Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 215 Rev 216
Line 11... Line 11...
11
		$projet->setCheminBiblio(realpath(dirname(__FILE__).'/../../../bibliotheque').'/');
11
		$projet->setCheminBiblio(realpath(dirname(__FILE__).'/../../../bibliotheque').'/');
12
		$paramsVerif = $this->getMock('ParametresVerificateur');
12
		$paramsVerif = $this->getMock('ParametresVerificateur');
13
		$projet->setParamsVerif($paramsVerif);
13
		$projet->setParamsVerif($paramsVerif);
14
		$ressourcesVerif = $this->getMock('RessourcesVerificateur');
14
		$ressourcesVerif = $this->getMock('RessourcesVerificateur');
15
		$projet->setRessourcesVerif($ressourcesVerif);
15
		$projet->setRessourcesVerif($ressourcesVerif);
-
 
16
		$versionVerif = $this->getMock('VersionVerificateur');
-
 
17
		$projet->setVersionVerif($versionVerif);
16
		return $projet;
18
		return $projet;
17
	}
19
	}
Line 18... Line 20...
18
 
20
 
19
	public function testerInitialiserAutoLoad() {
21
	public function testerInitialiserAutoLoad() {