1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00
This commit is contained in:
zYne 2007-06-04 18:20:32 +00:00
parent d7d1bdd97a
commit 2efc914cdd

View file

@ -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;
} }