Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 116... Línea 116...
116
if (!file_exists($featurefile)) {
116
if (!file_exists($featurefile)) {
117
    echo "Feature file not found.\n";
117
    echo "Feature file not found.\n";
118
    exit(0);
118
    exit(0);
119
}
119
}
Línea -... Línea 120...
-
 
120
 
-
 
121
// Switch to admin user account.
-
 
122
\core\session\manager::set_user(get_admin());
120
 
123
 
Línea 121... Línea 124...
121
$runner = new tool_generator\local\testscenario\runner();
124
$runner = new tool_generator\local\testscenario\runner();
122
 
125
 
123
try {
126
try {