| 1 | <?php |
||
| 5 | class ResponseCodesTest extends TestCase |
||
| 6 | { |
||
| 7 | public function testMessageNotFound() |
||
| 12 | |||
| 13 | public function testMessageFoundWithCodeAndStatus() |
||
| 18 | |||
| 19 | public function testMessageFoundWithCodeOnly() |
||
| 24 | |||
| 25 | public function testMessageFoundWithStatusOnly() |
||
| 30 | |||
| 31 | public function testMessageFoundWithCodeAndNoStatus() |
||
| 36 | } |
||
| 37 |