We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcfc3f7 commit 9f222daCopy full SHA for 9f222da
test/fixtures/project/lib/test/unitHelper.php
@@ -238,5 +238,5 @@ function check_child_ordering(lime_test $t, ioDoctrineMenuItem $rt, $path, array
238
$childNameArray[] = $child->getName();
239
}
240
241
- $t->is($childNameArray, $ordering, 'The children are ordered correctly: ', implode(',', $childNameArray));
+ $t->is($childNameArray, $ordering, 'The children are ordered correctly: '. implode(',', $childNameArray));
242
0 commit comments