Exemplo n.º 1
0
 /**
  * @test
  */
 public function setDescriptionSetsDescription()
 {
     $this->fixture->setDescription('This is a good speaker.');
     self::assertEquals('This is a good speaker.', $this->fixture->getDescription());
 }