mirror of
https://github.com/anthonyaxenov/atol-online.git
synced 2024-10-31 22:45:23 +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"
|
||||
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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user