/** * @test */ public function getTitleReturnsTitleSetByConstructor() { $this->assertSame($this->title, $this->beVariant->getTitle()); }