Skip to content

Commit 0feb549

Browse files
author
Amrouche Hamza
committed
feature: improve ids management for association in SearchFilter
1 parent 59e3840 commit 0feb549

File tree

7 files changed

+665
-104
lines changed

7 files changed

+665
-104
lines changed

features/bootstrap/FeatureContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ public function thereIsAFileConfigDummyObject()
675675
/**
676676
* @Given there is a DummyCar entity with related colors
677677
*/
678-
public function thereIsAFooEntityWithRelatedBars()
678+
public function thereIsADummyCarWithRelatedColors()
679679
{
680680
$foo = new DummyCar();
681681
$foo->setName('mustli');

0 commit comments

Comments
 (0)