sut = new GenerisIndexUpdater(); $this->sut->setServiceLocator( $this->getServiceLocatorMock() ); } public function testHasClassSupportShouldAlwaysBeFalseForGenerisIndexUpdater(): void { $this->assertFalse($this->sut->hasClassSupport('test')); } }