diff options
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r-- | tests/bootstrap.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 44c42d353e9..a1bc26bbf0e 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -14,10 +14,6 @@ require_once __DIR__ . '/../lib/base.php'; // load all enabled apps \OC_App::loadApps(); -if (!class_exists('PHPUnit_Framework_TestCase')) { - require_once('PHPUnit/Autoload.php'); -} - OC_Hook::clear(); set_include_path(get_include_path() . PATH_SEPARATOR . '/usr/share/php'); |