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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-10-28 19:00:43 +0400
committerRobin Appelman <icewind@owncloud.com>2012-10-28 19:03:52 +0400
commit6695b29053334ab4443564cfedd3823af9b90455 (patch)
treec6b2bccfa6a7b472e7a40099debe7ba84c556948 /tests/bootstrap.php
parent6bc156ba69f51039300ec1b84abb748518dadf22 (diff)
fix running app tests
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r--tests/bootstrap.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index 16ed6cdb3c7..f8364b71ef7 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -1,7 +1,5 @@
<?php
-global $RUNTIME_NOAPPS;
-$RUNTIME_NOAPPS = true;
require_once __DIR__.'/../lib/base.php';
if(!class_exists('PHPUnit_Framework_TestCase')){