LDAPAccountManager/phpunit.xml

11 lines
215 B
XML
Raw Normal View History

2016-12-26 10:05:30 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit>
<testsuites>
<testsuite name="AllTests">
<directory>lam/tests</directory>
</testsuite>
</testsuites>
2016-12-26 17:06:18 +00:00
<php>
<includePath>.</includePath>
</php>
2016-12-26 10:05:30 +00:00
</phpunit>