Proyectos de Subversion Moodle

Rev

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

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