mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-25 08:21:08 -06:00
New PHPUnit config
This commit is contained in:
parent
5d1cfc661f
commit
4a1e56671b
@ -39,6 +39,7 @@
|
|||||||
<!-- unit tests, splitted: -->
|
<!-- unit tests, splitted: -->
|
||||||
<testsuite name="Unit">
|
<testsuite name="Unit">
|
||||||
<directory suffix="Test.php">./tests/Unit/Console</directory>
|
<directory suffix="Test.php">./tests/Unit/Console</directory>
|
||||||
|
<directory suffix="Test.php">./tests/Unit/Factory</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
|
|
||||||
|
|
||||||
|
@ -39,6 +39,7 @@
|
|||||||
<!-- unit tests, splitted: -->
|
<!-- unit tests, splitted: -->
|
||||||
<testsuite name="Unit">
|
<testsuite name="Unit">
|
||||||
<directory suffix="Test.php">./tests/Unit/Console</directory>
|
<directory suffix="Test.php">./tests/Unit/Console</directory>
|
||||||
|
<directory suffix="Test.php">./tests/Unit/Factory</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
|
|
||||||
|
|
||||||
|
@ -39,6 +39,7 @@
|
|||||||
<!-- unit tests, splitted: -->
|
<!-- unit tests, splitted: -->
|
||||||
<testsuite name="Unit">
|
<testsuite name="Unit">
|
||||||
<directory suffix="Test.php">./tests/Unit/Console</directory>
|
<directory suffix="Test.php">./tests/Unit/Console</directory>
|
||||||
|
<directory suffix="Test.php">./tests/Unit/Factory</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user