From 3920c1201c33cec7aa9880a40676737ecbd890b2 Mon Sep 17 00:00:00 2001 From: Frank Bergkemper Date: Thu, 6 Feb 2014 14:30:24 +0100 Subject: [PATCH] CI Tests --- phpunit.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 phpunit.xml diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 00000000..20874c22 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,21 @@ + + + + + + ./tests/JobTest + ./tests/DashboardTest + ./tests/DirectorTest + ./tests/ClientTest + ./tests/PoolTest + ./tests/MediaTest + ./tests/StorageTest + ./tests/FileTest + ./tests/LogTest + ./tests/RestoreTest + ./tests/StatisticsTest + ./tests/AdminTest + ./tests/UserTest + + +