Ejemplo n.º 1
0
 /**
  * @test
  */
 public function isSetterGetterWorkingForTypo3ListTitle()
 {
     $this->fixture->setTypo3ListTitle($this->dummyString);
     $this->assertSame($this->dummyString, $this->fixture->getTypo3ListTitle());
 }