Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 790 Rev 793
Line 2... Line 2...
2
require_once dirname(__FILE__).'/../ServiceEflorePhpUnit.php';
2
require_once dirname(__FILE__).'/../ServiceEflorePhpUnit.php';
Line 3... Line 3...
3
 
3
 
Line 4... Line 4...
4
class CommunMetaDonneesTest extends ServiceEflorePhpUnit {
4
class CommunMetaDonneesTest extends ServiceEflorePhpUnit {
5
 
5
 
6
	public function __construct() {
6
	public function __construct() {
7
		$this->projet = 'commun';
7
		$this->projet = 'eflore';
Line 8... Line 8...
8
		$this->service = 'meta-donnees';
8
		$this->service = 'meta-donnees';
9
	}
9
	}