Пример #1
0
 /**
  * @test
  */
 public function setTitleSetsTitle()
 {
     $title = 'foobar mount';
     $this->fixture->setTitle($title);
     $this->assertSame($title, $this->fixture->getTitle());
 }