File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2222use Ibexa \Contracts \CorePersistence \Gateway \DoctrineSchemaMetadataRegistryInterface ;
2323use Ibexa \CorePersistence \Gateway \ExpressionVisitor ;
2424use Ibexa \CorePersistence \Gateway \Parameter ;
25+ use Ibexa \CorePersistence \Gateway \RelationshipTypeStrategyRegistry ;
2526use PHPUnit \Framework \Constraint \IsIdentical ;
2627use PHPUnit \Framework \TestCase ;
2728
@@ -66,6 +67,7 @@ protected function setUp(): void
6667 $ this ->registry ,
6768 'table_name ' ,
6869 'table_alias ' ,
70+ new RelationshipTypeStrategyRegistry ()
6971 );
7072 }
7173
Original file line number Diff line number Diff line change 1414use Ibexa \Contracts \CorePersistence \Gateway \DoctrineSchemaMetadataRegistryInterface ;
1515use Ibexa \Contracts \Test \Core \IbexaKernelTestCase ;
1616use Ibexa \CorePersistence \Gateway \ExpressionVisitor ;
17+ use Ibexa \CorePersistence \Gateway \RelationshipTypeStrategyRegistry ;
1718
1819final class ExpressionVisitorTest extends IbexaKernelTestCase
1920{
@@ -29,6 +30,7 @@ protected function setUp(): void
2930 $ registry ,
3031 'foo_table_name ' ,
3132 'foo_table_alias ' ,
33+ new RelationshipTypeStrategyRegistry ()
3234 );
3335 }
3436
You can’t perform that action at this time.
0 commit comments