diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-10-03 21:06:01 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-10-03 21:29:50 +0200 |
commit | 22f8f50e050f63c02193c4256e515bab25db1cf7 (patch) | |
tree | 1b9868d38a17d1e6eee6b052626edb1a00e069ac /tests/phpunit.xml | |
parent | 6fdd1a96ad26633463b9353f8408f19db4b2407a (diff) | |
download | nextcloud-server-22f8f50e050f63c02193c4256e515bab25db1cf7.tar.gz nextcloud-server-22f8f50e050f63c02193c4256e515bab25db1cf7.zip |
initual phpunit support
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r-- | tests/phpunit.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml new file mode 100644 index 00000000000..93b781bca44 --- /dev/null +++ b/tests/phpunit.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8" ?> +<phpunit bootstrap="bootstrap.php"> + <testsuite name='ownCloud'> + <directory suffix='.php'>lib/</directory> + </testsuite> +</phpunit> |