mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-13 01:22:26 -06:00
New test suite
This commit is contained in:
parent
9f50c5db3d
commit
b3349f1f9d
@ -44,6 +44,9 @@
|
|||||||
<directory suffix="Test.php">./tests/Unit/Handlers</directory>
|
<directory suffix="Test.php">./tests/Unit/Handlers</directory>
|
||||||
<directory suffix="Test.php">./tests/Unit/Helpers</directory>
|
<directory suffix="Test.php">./tests/Unit/Helpers</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
|
<testsuite name="Feature">
|
||||||
|
<directory suffix="Test.php">./tests/Feature/Controllers/Account</directory>
|
||||||
|
</testsuite>
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
@ -44,6 +44,9 @@
|
|||||||
<directory suffix="Test.php">./tests/Unit/Handlers</directory>
|
<directory suffix="Test.php">./tests/Unit/Handlers</directory>
|
||||||
<directory suffix="Test.php">./tests/Unit/Helpers</directory>
|
<directory suffix="Test.php">./tests/Unit/Helpers</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
|
<testsuite name="Feature">
|
||||||
|
<directory suffix="Test.php">./tests/Feature/Controllers/Account</directory>
|
||||||
|
</testsuite>
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
@ -44,12 +44,12 @@
|
|||||||
<directory suffix="Test.php">./tests/Unit/Handlers</directory>
|
<directory suffix="Test.php">./tests/Unit/Handlers</directory>
|
||||||
<directory suffix="Test.php">./tests/Unit/Helpers</directory>
|
<directory suffix="Test.php">./tests/Unit/Helpers</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
|
<testsuite name="Feature">
|
||||||
|
<directory suffix="Test.php">./tests/Feature/Controllers/Account</directory>
|
||||||
|
</testsuite>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<testsuite name="Feature">
|
|
||||||
<directory suffix="Test.php">./tests/Feature</directory>
|
|
||||||
</testsuite>
|
|
||||||
<testsuite name="Unit">
|
<testsuite name="Unit">
|
||||||
<directory suffix="Test.php">./tests/Unit</directory>
|
<directory suffix="Test.php">./tests/Unit</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
|
Loading…
Reference in New Issue
Block a user