title = $subject->getTitle(); } public function testCanConstruct() { $this->assertInstanceOf( ConceptPage::class, new ConceptPage( $this->title ) ); } }