From ec8362b93424fc8ab62996e336eab6a7ad6d7586 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Wed, 14 Mar 2018 20:23:29 +0100 Subject: [PATCH] TASK: Remove unused comment --- Tests/Functional/AbstractFunctionalTestCase.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tests/Functional/AbstractFunctionalTestCase.php b/Tests/Functional/AbstractFunctionalTestCase.php index 3d47af8..d015457 100644 --- a/Tests/Functional/AbstractFunctionalTestCase.php +++ b/Tests/Functional/AbstractFunctionalTestCase.php @@ -41,8 +41,6 @@ abstract class AbstractFunctionalTestCase extends CoreTestCase } $this->setUpFrontendRootPage(1, $this->getTypoScriptFilesForFrontendRootPage()); - - // \Codappix\SearchCore\Compatibility\ImplementationRegistrationService::registerImplementations(); } /**