1
0
Fork 0
mirror of synced 2024-06-01 18:39:57 +12:00

tests: re-arrange order

This commit is contained in:
Torsten Dittmann 2021-04-27 16:33:47 +02:00
parent 4689d0b69f
commit 1ce0536afa

View file

@ -22,7 +22,6 @@
</testsuite>
<testsuite name="webhooks">
<directory>./tests/e2e/Services/Webhooks</directory>
<directory>./tests/e2e/Services/Projects</directory>
</testsuite>
<testsuite name="functions">
<file>./tests/e2e/Services/Functions/FunctionsBase.php</file>
@ -30,6 +29,7 @@
<file>./tests/e2e/Services/Functions/FunctionsCustomClientTest.php</file>
</testsuite>
<testsuite name="services">
<directory>./tests/e2e/Services/Projects</directory>
<directory>./tests/e2e/Services/Account</directory>
<directory>./tests/e2e/Services/Avatars</directory>
<directory>./tests/e2e/Services/Database</directory>