/** * @test */ public function setTitleSetsTitle() { $title = 'foobar'; $this->fixture->setTitle($title); $this->assertSame($title, $this->fixture->getTitle()); }