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:
Diffstat (limited to 'tests/lib/DB/LegacyDBTest.php')
-rw-r--r--tests/lib/DB/LegacyDBTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/DB/LegacyDBTest.php b/tests/lib/DB/LegacyDBTest.php
index 200afac3f9a..ce7ef0a3a63 100644
--- a/tests/lib/DB/LegacyDBTest.php
+++ b/tests/lib/DB/LegacyDBTest.php
@@ -16,7 +16,7 @@ use OC_DB;
* @group DB
*/
class LegacyDBTest extends \Test\TestCase {
- protected $backupGlobals = FALSE;
+ protected $backupGlobals = false;
protected static $schema_file;
protected $test_prefix;