Exemplo n.º 1
0
 /**
  * @test
  */
 public function setAttendeesNamesWithAttendeesNamesSetsAttendeesNames()
 {
     $this->fixture->setAttendeesNames('John Doe');
     self::assertSame('John Doe', $this->fixture->getAttendeesNames());
 }