Skip to content

Commit

Permalink
add opTestFunctional::todo() method for ignored testcases (refs #3962)
Browse files Browse the repository at this point in the history
  • Loading branch information
upsilon authored and Kimura Youichi committed Mar 31, 2017
1 parent 55f8bb9 commit 7362b72
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/test/opTestFunctional.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,11 @@ public function checkCSRF($selectors = array())

return $this;
}

public function todo($message = '')
{
$this->test()->todo($message);

return $this;
}
}

0 comments on commit 7362b72

Please sign in to comment.