Более корректный порядок тестов

pull/15/head
Anthony Axenov 2021-12-12 14:36:04 +08:00
parent 294a3ef2f3
commit 464a8f0706
1 changed files with 11 additions and 2 deletions

View File

@ -12,8 +12,17 @@
bootstrap="vendor/autoload.php"
colors="true">
<testsuites>
<testsuite name="All">
<directory suffix="Test.php">./tests</directory>
<testsuite name="Helpers">
<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>
</testsuites>