test improvements and preparation for more tests later

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2019-06-10 11:38:47 +02:00
parent 1ac304e5ac
commit 028524291e
3 changed files with 9 additions and 3 deletions

View File

@@ -9,7 +9,6 @@
<testsuite name="froxlor">
<!-- we need to specify the order of the tests for dependency-reasons -->
<directory>tests/Global</directory>
<directory>tests/Froxlor</directory>
<directory>tests/Admins</directory>
<directory>tests/Customers</directory>
<directory>tests/IpsAndPorts</directory>
@@ -25,6 +24,7 @@
<directory>tests/Mysqls</directory>
<directory>tests/PhpAndFpm</directory>
<directory>tests/Traffic</directory>
<directory>tests/Froxlor</directory>
</testsuite>
</testsuites>