Fix phpunit.xml

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2021-06-15 11:48:15 +02:00
parent 3f7de4dba1
commit c420516813
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
verbose="true"
>
<testsuite name='Registration app tests'>
<directory suffix='Test.php'>Integration</directory>
<directory suffix='Test.php'>Unit</directory>
</testsuite>
<!-- filters for code coverage -->