Skip to content

Commit 9f222da

Browse files
committed
Fixing small test output bug in helper.
1 parent bcfc3f7 commit 9f222da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures/project/lib/test/unitHelper.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,5 @@ function check_child_ordering(lime_test $t, ioDoctrineMenuItem $rt, $path, array
238238
$childNameArray[] = $child->getName();
239239
}
240240

241-
$t->is($childNameArray, $ordering, 'The children are ordered correctly: ', implode(',', $childNameArray));
241+
$t->is($childNameArray, $ordering, 'The children are ordered correctly: '. implode(',', $childNameArray));
242242
}

0 commit comments

Comments
 (0)