1 | <?php |
||
9 | abstract class AbstractTest extends \PHPUnit_Framework_TestCase |
||
10 | { |
||
11 | /** {@inheritdoc} */ |
||
12 | public function tearDown() |
||
16 | |||
17 | /** |
||
18 | * @param array $query |
||
19 | * |
||
20 | * @return array |
||
21 | */ |
||
22 | protected function getQuery(array $query = []) |
||
33 | |||
34 | /** |
||
35 | * @param int $status |
||
36 | * @param string $body |
||
37 | * |
||
38 | * @return Response |
||
39 | */ |
||
40 | protected function getResponse($status, $body) |
||
50 | } |
||
51 |