Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 32... Línea 32...
32
    opcache_reset();
32
    opcache_reset();
33
}
33
}
Línea 34... Línea 34...
34
 
34
 
Línea -... Línea 35...
-
 
35
define('IGNORE_COMPONENT_CACHE', true);
-
 
36
 
-
 
37
// It makes no sense to use BEHAT_CLI for this script (you cannot initialise PHPunit starting from
-
 
38
// the Behat environment), so in case user has set tne environment variable, disable it.
35
define('IGNORE_COMPONENT_CACHE', true);
39
putenv('BEHAT_CLI=0');
36
 
40
 
37
require_once(__DIR__.'/../../../../lib/clilib.php');
41
require_once(__DIR__.'/../../../../lib/clilib.php');
Línea 38... Línea 42...
38
require_once(__DIR__.'/../../../../lib/phpunit/bootstraplib.php');
42
require_once(__DIR__.'/../../../../lib/phpunit/bootstraplib.php');