Guest User

Untitled

a guest
Jun 20th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. public function testFailedResult()
  2. {
  3. $test = new WasRun('testBrokenMethod');
  4. $result = $test->run();
  5. assert('1 run, 1 failed', $result->summary());
  6. }
Add Comment
Please, Sign In to add comment