Skip to content

Commit

Permalink
Merge pull request #3 from mbabker/mockEscape
Browse files Browse the repository at this point in the history
Make mockEscape() static
  • Loading branch information
ianmacl committed Feb 8, 2014
2 parents 4952711 + 4c8ade0 commit 7dee185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Mock/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public static function create(\PHPUnit_Framework_TestCase $test, $nullDate = '00
*
* @since 1.0
*/
public function mockEscape($text)
public static function mockEscape($text)
{
return "_{$text}_";
}
Expand Down

0 comments on commit 7dee185

Please sign in to comment.