mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +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" />
|
<var name="EGW_PASSWORD" value="guest" />
|
||||||
</php>
|
</php>
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="Api tests">
|
<testsuite name="Api">
|
||||||
<directory>../api/src/test/</directory>
|
<directory>../api/src/test/</directory>
|
||||||
<directory>../api/src/*/test/</directory>
|
<directory>../api/src/*/test/</directory>
|
||||||
</testsuite>
|
</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>
|
<directory>../*/test/</directory>
|
||||||
</testsuite>
|
|
||||||
<testsuite name="Apps with namespace">
|
<!-- Apps with namespace -->
|
||||||
<directory>../*/src/test/</directory>
|
<directory>../*/src/test/</directory>
|
||||||
<directory>../*/src/*/test/</directory>
|
<directory>../*/src/*/test/</directory>
|
||||||
|
|
||||||
|
<exclude>../api</exclude>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
Loading…
Reference in New Issue
Block a user