Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTortue Torche <tortuetorche@users.noreply.github.com>2019-12-10 13:55:53 +0300
committerTortue Torche <tortuetorche@users.noreply.github.com>2019-12-10 17:03:55 +0300
commit60e380ec7ec351694389cb32d85637ec2995a699 (patch)
tree5dca1d8c6f11a705e9dc6c902e859a6313c8d678 /tests/bootstrap.php
parent41930996829421bbf5e26aeb25c93d9214d35e9c (diff)
Try to fix tests!
Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r--tests/bootstrap.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index f840332b..0e518521 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -31,8 +31,5 @@ require_once __DIR__ . '/../vendor/autoload.php';
\OC::$loader->addValidRoot(OC::$SERVERROOT . '/tests');
\OC_App::loadApp('polls');
-if (!class_exists('PHPUnit_Framework_TestCase')) {
- require_once 'PHPUnit/Autoload.php';
-}
\OC_Hook::clear();