Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 64 → Rev 94

/trunk/scripts/tests/ScriptEflorePhpUnit.php/EfloreScriptPhpUnitTestCase.php
1,8 → 1,13
<?php
class EfloreScriptPhpUnitTestCase extends PHPUnit_Framework_TestCase {
abstract class ScriptEflorePhpUnit extends PHPUnit_Framework_TestCase {
 
public static function setUpBeforeClass() {
error_reporting(E_ALL);
 
self::chargerFramework();
}
 
private static function chargerFramework() {
$cheminRacine = realpath(dirname(__FILE__).'/../').'/';
$framework = $cheminRacine.'framework.php';
if (!file_exists($framework)) {