Ver código fonte

Move test config folder to tests/config

tags/v7.0.0alpha2
Robin Appelman 10 anos atrás
pai
commit
164915a3f8
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      lib/base.php

+ 2
- 2
lib/base.php Ver arquivo

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

Carregando…
Cancelar
Salvar