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:
authordartcafe <github@dartcafe.de>2020-02-02 02:36:22 +0300
committerdartcafe <github@dartcafe.de>2020-02-02 02:36:22 +0300
commit3420e93269c8bfcdc94dfbee030c7c1cf059dbbb (patch)
tree16857bfd6ea3eace311acc3bdc33add2833ab2db /tests
parentf457797bfc3048bec782974e13fec2aaef678a5b (diff)
remove css files
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 0e518521..8439a502 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -25,8 +25,8 @@ if (!defined('PHPUNIT_RUN')) {
define('PHPUNIT_RUN', 1);
}
-require_once __DIR__ . '/../../../lib/base.php';
-require_once __DIR__ . '/../vendor/autoload.php';
+require_once __DIR__ . '\..\..\server\lib\base.php';
+// require_once __DIR__ . '\..\vendor\autoload.php';
\OC::$loader->addValidRoot(OC::$SERVERROOT . '/tests');
\OC_App::loadApp('polls');