added ignore() and fail() methods
This commit is contained in:
parent
7a8481283f
commit
a2d6335740
@ -69,6 +69,14 @@
|
||||
return new MockHandler($mock);
|
||||
}
|
||||
|
||||
protected function ignore($message = '') {
|
||||
throw new IgnoredTest($message);
|
||||
}
|
||||
|
||||
protected function fail($message = '') {
|
||||
throw new FailedTest($message);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
Loading…
Reference in New Issue
Block a user