Skip to content

Commit e6d7809

Browse files
author
Amrouche Hamza
committed
feature: improve ids management for association in SearchFilter
1 parent 231483d commit e6d7809

File tree

10 files changed

+694
-110
lines changed

10 files changed

+694
-110
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)