We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5856a commit 16d7443Copy full SHA for 16d7443
tests/Functional/Doctrine/Orm/RedirectRouteTest.php
@@ -23,6 +23,7 @@ public function setUp()
23
{
24
parent::setUp();
25
$this->clearDb(Route::class);
26
+ $this->clearDb(RedirectRoute::class);
27
28
$this->repository = $this->getContainer()->get('cmf_routing.route_provider');
29
}
0 commit comments