Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 94 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 94 Rev 95
Line 1... Line 1...
1
<?php
1
<?php
-
 
2
// declare(encoding='UTF-8');
-
 
3
/**
-
 
4
 * Classe contenant des méthodes :
-
 
5
 *  - d'intialisation des tests,
-
 
6
 *  - refactorisant le code des tests,
-
 
7
 *  - facilitant les tests.
-
 
8
 *
-
 
9
 * @category	php 5.3
-
 
10
 * @package		Tests/Scripts
-
 
11
 * @author		Jean-Pascal MILCENT <jpm@tela-botanica.org>
-
 
12
 * @copyright	Copyright (c) 2011, Tela Botanica (accueil@tela-botanica.org)
-
 
13
 * @license		http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
-
 
14
 * @license		http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
-
 
15
 * @version		$Id$
-
 
16
 */
2
abstract class ScriptEflorePhpUnit extends PHPUnit_Framework_TestCase {
17
abstract class ScriptEflorePhpUnit extends PHPUnit_Framework_TestCase {
Line 3... Line 18...
3
 
18
 
4
	public static function setUpBeforeClass() {
19
	public static function setUpBeforeClass() {