Skip to content

Commit c9a8108

Browse files
author
Amrouche Hamza
committed
feature: improve ids management for association in SearchFilter
1 parent dd2d49e commit c9a8108

File tree

10 files changed

+491
-111
lines changed

10 files changed

+491
-111
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)