Extend new FunctionalTestCase provided by testing framework

This commit is contained in:
Daniel Siepmann 2019-05-17 16:46:52 +02:00
parent c2f01b3c32
commit 373505b9d4
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -20,7 +20,7 @@ namespace Codappix\SearchCore\Tests\Functional;
* 02110-1301, USA.
*/
use TYPO3\CMS\Core\Tests\FunctionalTestCase as CoreTestCase;
use TYPO3\TestingFramework\Core\Functional\FunctionalTestCase as CoreTestCase;
/**
* All functional tests should extend this base class.