Change short array syntax to long for 5.3 compatibility
parent
62630e5c69
commit
d7a94bda1b
|
@ -225,7 +225,7 @@ class LockerTest extends \PHPUnit_Framework_TestCase
|
||||||
|
|
||||||
$locker = new Locker(new NullIO, $json, $repo, $inst, $this->getJsonContent());
|
$locker = new Locker(new NullIO, $json, $repo, $inst, $this->getJsonContent());
|
||||||
|
|
||||||
$differentHash = md5($this->getJsonContent(['name' => 'test2']));
|
$differentHash = md5($this->getJsonContent(array('name' => 'test2')));
|
||||||
|
|
||||||
$json
|
$json
|
||||||
->expects($this->once())
|
->expects($this->once())
|
||||||
|
|
Loading…
Reference in New Issue