Skip to content

Commit

Permalink
More PHP 5.3 CI Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelJ2324 committed Jun 30, 2017
1 parent af054c4 commit 317c358
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Endpoint/ModuleFilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ public function testFilter(){
)
));
$Filter = $ModuleFilter->filter(TRUE);
$this->assertEmpty($ModuleFilter->getData()['filter']);
$data = $ModuleFilter->getData();
$this->assertEmpty($data['filter']);

$ModuleFilter = new ModuleFilter();
$ModuleFilter->setData(array(
Expand Down

0 comments on commit 317c358

Please sign in to comment.