| 1 | <?php |
||
| 9 | class RequestTest extends \PHPUnit_Framework_TestCase |
||
| 10 | { |
||
| 11 | protected $request; |
||
| 12 | |||
| 13 | public function setUp() |
||
| 18 | |||
| 19 | public function testResponseInstance() |
||
| 24 | |||
| 25 | public function testBadAuthentication() |
||
| 34 | |||
| 35 | public function testSuccessfulGetResponse() |
||
| 41 | |||
| 42 | public function testFailedGetResponse() |
||
| 48 | } |
||
| 49 |