Exemple #1
0
 /**
  * @test
  */
 public function setAccreditationNumberSetsAccreditationNumber()
 {
     $this->fixture->setAccreditationNumber('a1234567890');
     self::assertEquals('a1234567890', $this->fixture->getAccreditationNumber());
 }