Ejemplo n.º 1
0
 /**
  * @test
  */
 public function getTitleReturnsTitleSetByConstructor()
 {
     $this->assertSame($this->title, $this->beVariant->getTitle());
 }