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

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2018-11-22 17:44:44 +0300
committerBjoern Schiessle <bjoern@schiessle.org>2018-11-22 17:44:44 +0300
commit90483d44433322bd22a632f8fe4f882ed14ca607 (patch)
tree0b11d2ffd7c042dbf2c8ad87a9bf199b37ee5f9b /tests
parent86759b0a9e8e58807772883d179b0c25c21a9d2e (diff)
fix bootstrap
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/bootstrap.php b/tests/unit/bootstrap.php
index fe1a5ae0..3ee3cf5f 100644
--- a/tests/unit/bootstrap.php
+++ b/tests/unit/bootstrap.php
@@ -25,7 +25,7 @@ if (!defined('PHPUNIT_RUN')) {
require_once __DIR__.'/../../../../lib/base.php';
\OC::$loader->addValidRoot(\OC::$SERVERROOT . '/tests');
\OC_App::loadApp('user_saml');
-if(!class_exists('PHPUnit_Framework_TestCase')) {
+if(!class_exists('\PHPUnit\Framework\TestCase')) {
require_once('PHPUnit/Autoload.php');
}
OC_Hook::clear();