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
path: root/tests
diff options
context:
space:
mode:
authorTortue Torche <tortuetorche@users.noreply.github.com>2020-02-05 16:44:28 +0300
committerTortue Torche <tortuetorche@users.noreply.github.com>2020-02-05 16:58:02 +0300
commit6300579b44bf3cf325cb827ecf23e1703af46615 (patch)
tree634cee30554636cf6bb4297dd057ebb8d003eb93 /tests
parent7342c31775cfbaaf5e9b83fd852fe6b028d19cc9 (diff)
Fix tests
Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/bootstrap.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index 8439a502..0e518521 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -25,8 +25,8 @@ if (!defined('PHPUNIT_RUN')) {
define('PHPUNIT_RUN', 1);
}
-require_once __DIR__ . '\..\..\server\lib\base.php';
-// require_once __DIR__ . '\..\vendor\autoload.php';
+require_once __DIR__ . '/../../../lib/base.php';
+require_once __DIR__ . '/../vendor/autoload.php';
\OC::$loader->addValidRoot(OC::$SERVERROOT . '/tests');
\OC_App::loadApp('polls');