Exemplo n.º 1
0
 /**
  * @test
  */
 public function setNameSetsName()
 {
     $this->fixture->setName('John Doe');
     self::assertEquals('John Doe', $this->fixture->getName());
 }