Commit 2efc914c authored by zYne's avatar zYne

--no commit message

--no commit message
parent d7d1bdd9
......@@ -21,7 +21,7 @@ class GroupTest
{
$messages = array();
foreach($this->_testCases as $testCase) {
$messages += $testCase->getMessages();
$messages = array_merge($messages, $testCase->getMessages());
}
return $messages;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment