garry1103

Untitled

Feb 23rd, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. /**
  2.   * @test checkmyvalue
  3.   */
  4. function should_return_true() {
  5.     $result = trueorfalse(true);
  6.     $this->assertTrue($result);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment