Exemplo n.º 1
0
 public function testNavPlanifSejour()
 {
     $homePage = new HomePage($this);
     $homePage->goToPlanifSejour();
     $this->assertEquals("Planification des hospitalisations et chirurgies", $homePage->getTitle());
     self::$endOfClass = true;
 }