mirror of
https://github.com/anthonyaxenov/atol-online.git
synced 2024-10-31 23:55:22 +00:00
Более корректный порядок тестов
This commit is contained in:
parent
294a3ef2f3
commit
464a8f0706
13
phpunit.xml
13
phpunit.xml
@ -12,8 +12,17 @@
|
|||||||
bootstrap="vendor/autoload.php"
|
bootstrap="vendor/autoload.php"
|
||||||
colors="true">
|
colors="true">
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="All">
|
<testsuite name="Helpers">
|
||||||
<directory suffix="Test.php">./tests</directory>
|
<file>tests/AtolOnline/Tests/HelpersTest.php</file>
|
||||||
|
</testsuite>
|
||||||
|
<testsuite name="Entities">
|
||||||
|
<directory>tests/AtolOnline/Tests/Entities</directory>
|
||||||
|
</testsuite>
|
||||||
|
<testsuite name="Collections">
|
||||||
|
<directory>tests/AtolOnline/Tests/Collections</directory>
|
||||||
|
</testsuite>
|
||||||
|
<testsuite name="Api">
|
||||||
|
<directory>tests/AtolOnline/Tests/Api</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user