Exemplo n.º 1
0
 /**
  * @test
  */
 public function setNameForStringSetsName()
 {
     $this->fixture->setName('Conceived at T3CON10');
     $this->assertSame('Conceived at T3CON10', $this->fixture->getName());
 }