Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 50 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 50 Rev 60
Line 2... Line 2...
2
class GenerateurNomSciHtmlTest extends PHPUnit_Framework_TestCase {
2
class GenerateurNomSciHtmlTest extends PHPUnit_Framework_TestCase {
Line 3... Line 3...
3
 
3
 
4
	public static function setUpBeforeClass() {
4
	public static function setUpBeforeClass() {
5
		error_reporting(E_ALL);
5
		error_reporting(E_ALL);
6
		define('DS', DIRECTORY_SEPARATOR);
6
		define('DS', DIRECTORY_SEPARATOR);
7
		require_once dirname(__FILE__).DS.'..'.DS.'..'.DS.'modules'.DS.'bdtfx'.DS.'GenerateurNomSciHtml.php';
7
		require_once dirname(__FILE__).DS.'..'.DS.'..'.DS.'bibliotheque'.DS.'GenerateurNomSciHtml.php';
Line 8... Line 8...
8
	}
8
	}
9
 
9
 
10
	public function testGenerer() {
10
	public function testGenerer() {