1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-17 21:28:30 +01:00

Correct the Phpunit configuration

This commit is contained in:
Kovah 2020-05-05 23:21:46 +02:00
parent fa01a7b15e
commit 907790da49
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -9,12 +9,17 @@
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="Unit">
<directory suffix="Test.php">./tests/Unit</directory>
<testsuite name="Controller">
<directory suffix="Test.php">./tests/Controller</directory>
</testsuite>
<testsuite name="Feature">
<directory suffix="Test.php">./tests/Feature</directory>
<testsuite name="Database">
<directory suffix="Test.php">./tests/Database</directory>
</testsuite>
<testsuite name="Helper">
<directory suffix="Test.php">./tests/Helper</directory>
</testsuite>
<testsuite name="Models">
<directory suffix="Test.php">./tests/Models</directory>
</testsuite>
</testsuites>
<filter>