[task] require legacy db because of huge refactoring of table service instead

This commit is contained in:
Daniel Maier 2018-10-17 15:55:29 +02:00
parent 0836c66cb3
commit 3659a15585
2 changed files with 3 additions and 3 deletions

View file

@ -21,12 +21,11 @@ namespace Codappix\SearchCore\Tests\Unit\Domain\Index\TcaIndexer;
*/
use Codappix\SearchCore\Configuration\ConfigurationContainerInterface;
use Codappix\SearchCore\DataProcessing\CopyToProcessor;
use Codappix\SearchCore\Domain\Index\TcaIndexer\RelationResolver;
use Codappix\SearchCore\Domain\Index\TcaIndexer\TcaTableService76;
use Codappix\SearchCore\Domain\Index\TcaIndexer\TcaTableService;
use Codappix\SearchCore\Tests\Unit\AbstractUnitTestCase;
use TYPO3\CMS\Core\Database\DatabaseConnection;
use TYPO3\CMS\Typo3DbLegacy\Database\DatabaseConnection;
class TcaTableServiceTest extends AbstractUnitTestCase
{

View file

@ -18,7 +18,8 @@
"require": {
"php": ">=7.0.0",
"typo3/cms": ">= 7.6.0 < 9.0.0",
"ruflin/elastica": "~3.2"
"ruflin/elastica": "~3.2",
"friendsoftypo3/typo3db-legacy": "^1.1.1"
},
"require-dev": {
"phpunit/phpunit": "~6.4.4",