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:
parent
fa01a7b15e
commit
907790da49
15
phpunit.xml
15
phpunit.xml
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user