24 self::$originalIncludePath = get_include_path();
33 spl_autoload_unregister($autoloadFunction);
35 foreach (self::$originalAutoloadFunctions as $autoloadFunction) {
36 spl_autoload_register($autoloadFunction);
38 set_include_path(self::$originalIncludePath);
48 $rootPath =
__DIR__ .
'/_files/';
static $originalAutoloadFunctions
static $originalIncludePath
defined('TESTS_BP')||define('TESTS_BP' __DIR__
testCreateObjectManagerFactoryCouldBeOverridden()
static tearDownAfterClass()
static createObjectManagerFactory($rootDir, array $initParams)
static setUpBeforeClass()
static rmdirRecursive($dir, $recursive=true)