diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-10-08 14:26:51 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-10-08 14:26:51 +0200 |
commit | 07eb1c159d0972dc4d1636059bba51d751f7959c (patch) | |
tree | bd39e633861eaa63e261b7cd6ae87fdef9f2d631 /tests/phpunit.xml | |
parent | 2de94f9c8574d8662bf0993999ca2f7bbff1f115 (diff) | |
download | nextcloud-server-07eb1c159d0972dc4d1636059bba51d751f7959c.tar.gz nextcloud-server-07eb1c159d0972dc4d1636059bba51d751f7959c.zip |
load test cases from enabled apps
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r-- | tests/phpunit.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 93b781bca44..4a2d68a3e47 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -2,5 +2,6 @@ <phpunit bootstrap="bootstrap.php"> <testsuite name='ownCloud'> <directory suffix='.php'>lib/</directory> + <file>apps.php</file> </testsuite> </phpunit> |