This commit is contained in:
parent
d7d1bdd97a
commit
2efc914cdd
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class GroupTest
|
||||||
{
|
{
|
||||||
$messages = array();
|
$messages = array();
|
||||||
foreach($this->_testCases as $testCase) {
|
foreach($this->_testCases as $testCase) {
|
||||||
$messages += $testCase->getMessages();
|
$messages = array_merge($messages, $testCase->getMessages());
|
||||||
}
|
}
|
||||||
return $messages;
|
return $messages;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue