Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit cf66450

Browse files
committed
Removed debug statement
1 parent 2955d3f commit cf66450

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/Functional/EventListener/AutoRouteListenerTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,9 +382,6 @@ public function testLeaveRedirect($data, $updatedData, $expectedRedirectRoutePat
382382

383383
foreach ($expectedAutoRoutePaths as $newPath) {
384384
$autoRoute = $this->getDm()->find(null, $newPath);
385-
if (null === $autoRoute) {
386-
var_dump($newPath);die();;
387-
}
388385
$this->assertNotNull($autoRoute, 'Autoroute exists for: ' . $newPath);
389386
$this->assertEquals(AutoRouteInterface::TYPE_PRIMARY, $autoRoute->getDefault('type'));
390387
}

0 commit comments

Comments
 (0)