Skip to content

Commit

Permalink
fix strict notices
Browse files Browse the repository at this point in the history
  • Loading branch information
mindplay-dk committed Oct 31, 2016
1 parent bb04cc0 commit 7da1f94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/_support/Helper/Integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class Integration extends \Codeception\Module
{
public function _before()
public function _before(\Codeception\TestInterface $test)
{
date_default_timezone_set("Europe/Copenhagen");
}
Expand Down
2 changes: 1 addition & 1 deletion tests/_support/Helper/Unit.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Unit extends \Codeception\Module
{
public function _before()
public function _before(\Codeception\TestInterface $test)
{
date_default_timezone_set("Europe/Copenhagen");
}
Expand Down

0 comments on commit 7da1f94

Please sign in to comment.