From febcef35fc9728ee4e898c75aa53fef28125f5d4 Mon Sep 17 00:00:00 2001 From: Giuseppe Mazzapica Date: Wed, 13 Jul 2016 12:19:20 +0200 Subject: [PATCH] Remove debug leftover --- tests/src/Unit/Group/GroupCollectionTest.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/src/Unit/Group/GroupCollectionTest.php b/tests/src/Unit/Group/GroupCollectionTest.php index 545145b..c23d326 100644 --- a/tests/src/Unit/Group/GroupCollectionTest.php +++ b/tests/src/Unit/Group/GroupCollectionTest.php @@ -122,9 +122,7 @@ public function testMergeMultipleGroups() $collection = new GroupCollection(); $collection->addGroup($group1)->addGroup($group2); - - define('DIE', 1); - + /** @var \Brain\Cortex\Route\RouteInterface $newRoute */ $newRoute = $collection->mergeGroup($route); $actual = array_filter($newRoute->toArray());