forked from bareos/bareos-webui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpunit.xml
More file actions
21 lines (20 loc) · 767 Bytes
/
phpunit.xml
File metadata and controls
21 lines (20 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/Bootstrap.php" colors="true">
<testsuites>
<testsuite name="bareos-webui">
<directory>./tests/JobTest</directory>
<directory>./tests/DashboardTest</directory>
<directory>./tests/DirectorTest</directory>
<directory>./tests/ClientTest</directory>
<directory>./tests/PoolTest</directory>
<directory>./tests/MediaTest</directory>
<directory>./tests/StorageTest</directory>
<directory>./tests/FileTest</directory>
<directory>./tests/LogTest</directory>
<directory>./tests/RestoreTest</directory>
<directory>./tests/StatisticsTest</directory>
<directory>./tests/AdminTest</directory>
<directory>./tests/UserTest</directory>
</testsuite>
</testsuites>
</phpunit>