| 1 | <?php |
||
| 8 | class PhpFivePointThreeCompatTest extends PHPUnit_Framework_TestCase |
||
| 9 | { |
||
| 10 | public function testHttpResponseCode() |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Tests that an invalid status code throws an exception. |
||
| 21 | * @expectedException \Exception |
||
| 22 | * @expectedExceptionMessage Invalid response code: 9999 |
||
| 23 | */ |
||
| 24 | public function testInvalidStatusCodeThrowsException() |
||
| 28 | } |
||
| 29 |