Skip to content

Commit

Permalink
III-2534: Fix php 5.4 bug in test
Browse files Browse the repository at this point in the history
  • Loading branch information
bertramakers committed Jun 28, 2018
1 parent 6046ec7 commit ca48824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CultureFeed/Cdb/Data/DetailListTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function testGetFirstWithNoDetails()
private function createDetail()
{
/* @var CultureFeed_Cdb_Data_Detail $mock */
$mock = $this->getMockForAbstractClass(CultureFeed_Cdb_Data_Detail::class);
$mock = $this->getMockForAbstractClass('\CultureFeed_Cdb_Data_Detail');
return $mock;
}
}

0 comments on commit ca48824

Please sign in to comment.