]> source.dussan.org Git - nextcloud-server.git/commitdiff
Move test config folder to tests/config
authorRobin Appelman <icewind@owncloud.com>
Mon, 20 Jan 2014 12:41:52 +0000 (13:41 +0100)
committerRobin Appelman <icewind@owncloud.com>
Mon, 20 Jan 2014 12:41:52 +0000 (13:41 +0100)
lib/base.php

index d320f6f24115ef06dd8f2d3992e7428b7264cc92..0597183adcf98d7f6c6e2a162075eba92d1c1bb0 100644 (file)
@@ -103,8 +103,8 @@ class OC {
                        get_include_path()
                );
 
-               if(defined('PHPUNIT_RUN') and PHPUNIT_RUN and is_dir(OC::$SERVERROOT . '/test_config/')) {
-                       self::$configDir = OC::$SERVERROOT . '/test_config/';
+               if(defined('PHPUNIT_RUN') and PHPUNIT_RUN and is_dir(OC::$SERVERROOT . '/tests/config/')) {
+                       self::$configDir = OC::$SERVERROOT . '/tests/config/';
                } else {
                        self::$configDir = OC::$SERVERROOT . '/config/';
                }