Skip to content

Commit 36c0020

Browse files
committed
Fix a PHP 5.3 incompatibility
1 parent 956ab58 commit 36c0020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/LdcUserProfileTest/Service/ProfileServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function testValidateFiresEvents()
127127

128128
public function testValidate()
129129
{
130-
$data = [];
130+
$data = array();
131131

132132
$mockForm = \Mockery::mock('Zend\Form\FormInterface');
133133
$mockForm->shouldReceive('setData')->with($data)->andReturnNull();

0 commit comments

Comments
 (0)