diff options
author | Joas Schilling <coding@schilljs.com> | 2018-01-24 17:23:59 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2018-01-24 17:23:59 +0100 |
commit | c3424df1f026854ed8adbfdf8d96da7a6562a8dd (patch) | |
tree | 3147bb402fe417804aac8c278e43d60a5d806f85 /tests/bootstrap.php | |
parent | 5520ba3d15b088e9151ffef89f7cd389c470563b (diff) | |
download | nextcloud-server-c3424df1f026854ed8adbfdf8d96da7a6562a8dd.tar.gz nextcloud-server-c3424df1f026854ed8adbfdf8d96da7a6562a8dd.zip |
Require PHPUnit 6.5 or higher
Signed-off-by: Joas Schilling <coding@schilljs.com>
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'); |