Subversion Repositories Applications.referentiel

Rev

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

Rev 17 Rev 18
Line 44... Line 44...
44
		return $this->lancerTest();
44
		return $this->lancerTest();
45
	}
45
	}
Line 46... Line 46...
46
	
46
	
47
	public function lancerTest() {
47
	public function lancerTest() {
-
 
48
		$donnees = array();
48
		$donnees = array();
49
		$donnees['tests'] = array();
49
		
50
		/*		
50
		// Récupération des données à tester
51
		// Récupération des données à tester
51
		$colonnes = $this->tableStructureDao->getColonnes($this->projet);
52
		$colonnes = $this->tableStructureDao->getColonnes($this->projet);
52
		$analyses = $this->tableStructureDao->getAnalyse($this->projet);
53
		$analyses = $this->tableStructureDao->getAnalyse($this->projet);
53
		$noms = $this->referentielDao->getTout($this->projet);
54
		$noms = $this->referentielDao->getTout($this->projet);
54
		$noms = $this->classerNomsParNumNom($noms);
55
		$noms = $this->classerNomsParNumNom($noms);
Line 55... Line 56...
55
		$noms_homonymie = $this->classerNomsParNomComplet($noms);
56
		$noms_homonymie = $this->classerNomsParNomComplet($noms);
56
		
-
 
57
		// Lancement des tests unitaires
57
		
58
		/*
58
		// Lancement des tests unitaires
59
		$donnees['tests'][] = $this->testerNombreDeChamps($colonnes);
59
		$donnees['tests'][] = $this->testerNombreDeChamps($colonnes);
60
		$donnees['tests'][] = $this->testerNomDesChamps($colonnes);
60
		$donnees['tests'][] = $this->testerNomDesChamps($colonnes);
61
		$donnees['tests'][] = $this->testerTypeDesChamps($colonnes);
61
		$donnees['tests'][] = $this->testerTypeDesChamps($colonnes);