Use array() instead of [] for PHP 5.3 compat
parent
bf99f1a341
commit
737a613a50
|
@ -125,7 +125,7 @@ class InstallerTest extends TestCase
|
|||
{
|
||||
$dumper = new ArrayDumper();
|
||||
|
||||
$comparable = [];
|
||||
$comparable = array();
|
||||
foreach ($packages as $package) {
|
||||
$comparable[] = $dumper->dump($package);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue