1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 08:32:56 +00:00

Change short array syntax to long for 5.3 compatibility

This commit is contained in:
Zsolt Szeberenyi 2015-08-21 16:57:31 +12:00
parent 62630e5c69
commit d7a94bda1b

View file

@ -225,7 +225,7 @@ class LockerTest extends \PHPUnit_Framework_TestCase
$locker = new Locker(new NullIO, $json, $repo, $inst, $this->getJsonContent());
$differentHash = md5($this->getJsonContent(['name' => 'test2']));
$differentHash = md5($this->getJsonContent(array('name' => 'test2')));
$json
->expects($this->once())