This commit is contained in:
Roland Gruber 2016-12-26 11:05:30 +01:00
parent 010f3d848b
commit d862ff6300
1 changed files with 8 additions and 0 deletions

8
phpunit.xml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit>
<testsuites>
<testsuite name="AllTests">
<directory>lam/tests</directory>
</testsuite>
</testsuites>
</phpunit>