Skip to content

Commit

Permalink
Remove debug leftover
Browse files Browse the repository at this point in the history
gmazzap committed Jul 13, 2016
1 parent 4e64f15 commit febcef3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/src/Unit/Group/GroupCollectionTest.php
Original file line number Diff line number Diff line change
@@ -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());

0 comments on commit febcef3

Please sign in to comment.