Skip to content

Commit bef4e51

Browse files
Amrouche Hamzameyerbaptiste
authored andcommitted
feature: improve ids management for association in SearchFilter
1 parent dd2d49e commit bef4e51

File tree

10 files changed

+494
-109
lines changed

10 files changed

+494
-109
lines changed

features/bootstrap/FeatureContext.php

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

0 commit comments

Comments
 (0)