mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-26 00:16:12 +01:00
[task] require legacy db because of huge refactoring of table service instead
This commit is contained in:
parent
0836c66cb3
commit
3659a15585
2 changed files with 3 additions and 3 deletions
|
@ -21,12 +21,11 @@ namespace Codappix\SearchCore\Tests\Unit\Domain\Index\TcaIndexer;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use Codappix\SearchCore\Configuration\ConfigurationContainerInterface;
|
use Codappix\SearchCore\Configuration\ConfigurationContainerInterface;
|
||||||
use Codappix\SearchCore\DataProcessing\CopyToProcessor;
|
|
||||||
use Codappix\SearchCore\Domain\Index\TcaIndexer\RelationResolver;
|
use Codappix\SearchCore\Domain\Index\TcaIndexer\RelationResolver;
|
||||||
use Codappix\SearchCore\Domain\Index\TcaIndexer\TcaTableService76;
|
use Codappix\SearchCore\Domain\Index\TcaIndexer\TcaTableService76;
|
||||||
use Codappix\SearchCore\Domain\Index\TcaIndexer\TcaTableService;
|
use Codappix\SearchCore\Domain\Index\TcaIndexer\TcaTableService;
|
||||||
use Codappix\SearchCore\Tests\Unit\AbstractUnitTestCase;
|
use Codappix\SearchCore\Tests\Unit\AbstractUnitTestCase;
|
||||||
use TYPO3\CMS\Core\Database\DatabaseConnection;
|
use TYPO3\CMS\Typo3DbLegacy\Database\DatabaseConnection;
|
||||||
|
|
||||||
class TcaTableServiceTest extends AbstractUnitTestCase
|
class TcaTableServiceTest extends AbstractUnitTestCase
|
||||||
{
|
{
|
||||||
|
|
|
@ -18,7 +18,8 @@
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.0.0",
|
"php": ">=7.0.0",
|
||||||
"typo3/cms": ">= 7.6.0 < 9.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": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "~6.4.4",
|
"phpunit/phpunit": "~6.4.4",
|
||||||
|
|
Loading…
Reference in a new issue