Move test config folder to tests/config

remotes/origin/ldap_group_count
Robin Appelman 11 years ago
parent 6b4c3df087
commit 164915a3f8
  1. 4
      lib/base.php

@ -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/';
}

Loading…
Cancel
Save