Skip to content

Commit

Permalink
Add missing mock to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atimmer committed Mar 9, 2017
1 parent 2c76d2b commit 53caef3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/RequirementsCheckerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ function __( $message ) {
return $message;
}

function esc_url( $url ) {
return $url;
}

class RequirementsCheckerTest extends PHPUnit_Framework_TestCase {

public function testItReceivesAUsableRequirementObject() {
Expand Down

0 comments on commit 53caef3

Please sign in to comment.