Example #1
0
 /**
  * @test
  */
 public function getTitleReturnsNameSetByConstructor()
 {
     $this->assertSame($this->title, $this->fixture->getTitle());
 }