Skip to content

Commit 16d7443

Browse files
ilukacdbu
authored andcommitted
Added db clearing
1 parent fa5856a commit 16d7443

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Functional/Doctrine/Orm/RedirectRouteTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public function setUp()
2323
{
2424
parent::setUp();
2525
$this->clearDb(Route::class);
26+
$this->clearDb(RedirectRoute::class);
2627

2728
$this->repository = $this->getContainer()->get('cmf_routing.route_provider');
2829
}

0 commit comments

Comments
 (0)