Fix phpunit.xml
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
3f7de4dba1
commit
c420516813
|
|
@ -3,7 +3,6 @@
|
||||||
verbose="true"
|
verbose="true"
|
||||||
>
|
>
|
||||||
<testsuite name='Registration app tests'>
|
<testsuite name='Registration app tests'>
|
||||||
<directory suffix='Test.php'>Integration</directory>
|
|
||||||
<directory suffix='Test.php'>Unit</directory>
|
<directory suffix='Test.php'>Unit</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
<!-- filters for code coverage -->
|
<!-- filters for code coverage -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue