mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Testsuites for Api, Etemplate & Apps
Run with phpunit -c doc --testsuite Api
This commit is contained in:
parent
1d7fb9fe90
commit
fe0e980d52
@ -11,16 +11,24 @@
|
||||
<var name="EGW_PASSWORD" value="guest" />
|
||||
</php>
|
||||
<testsuites>
|
||||
<testsuite name="Api tests">
|
||||
<testsuite name="Api">
|
||||
<directory>../api/src/test/</directory>
|
||||
<directory>../api/src/*/test/</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Apps with test directory">
|
||||
<testsuite name="Etemplate">
|
||||
<file>../api/src/test/EtemplateTest.php</file>
|
||||
<directory>../api/src/Etemplate/test/</directory>
|
||||
<directory>../api/src/Etemplate/Widget/test/</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Apps">
|
||||
<!-- Apps with test directory -->
|
||||
<directory>../*/test/</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Apps with namespace">
|
||||
|
||||
<!-- Apps with namespace -->
|
||||
<directory>../*/src/test/</directory>
|
||||
<directory>../*/src/*/test/</directory>
|
||||
|
||||
<exclude>../api</exclude>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
||||
|
Loading…
Reference in New Issue
Block a user