diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-07-03 15:02:51 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-07-03 18:00:16 +0200 |
commit | 403deb2a33e6126d191fea93075b2ad72912a7bf (patch) | |
tree | 7796739a0973de430a44af65848ede3540c34002 /tests/bootstrap.php | |
parent | 1385b1ec487d1ce97ca520247bc32e35b23d837b (diff) | |
download | nextcloud-server-403deb2a33e6126d191fea93075b2ad72912a7bf.tar.gz nextcloud-server-403deb2a33e6126d191fea93075b2ad72912a7bf.zip |
Fixing unit test execution
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r-- | tests/bootstrap.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php index e4ba135b599..bd94ca67754 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -17,4 +17,3 @@ if (!class_exists('PHPUnit_Framework_TestCase')) { } OC_Hook::clear(); -\OCP\Util::$enabled = false; |