Skip to content

Commit

Permalink
Fix a PHP 5.3 incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlundrigan committed Dec 13, 2014
1 parent 956ab58 commit 36c0020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/LdcUserProfileTest/Service/ProfileServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public function testValidateFiresEvents()

public function testValidate()
{
$data = [];
$data = array();

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

0 comments on commit 36c0020

Please sign in to comment.