Skip to content

Commit

Permalink
PHPUnit/Mock/MockBase: Fix - get_default_items.
Browse files Browse the repository at this point in the history
  • Loading branch information
iNewLegend committed May 13, 2021
1 parent cb1c406 commit e1e3ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit/mock/mock-base.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ abstract class Mock_Base {
abstract public function get_default_item();

public function get_default_items() {
return false;
return [];
}
}

0 comments on commit e1e3ecf

Please sign in to comment.