| Total Complexity | 6 |
| Total Lines | 59 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class FilterTest extends BaseTestCase |
||
| 12 | { |
||
| 13 | public function setUp() |
||
| 19 | } |
||
| 20 | } |
||
| 21 | |||
| 22 | public function tearDown() |
||
| 23 | { |
||
| 24 | if (\in_array('tabletest', $this->r()->db()->tableList()->run()->getData(), true)) { |
||
| 25 | $this->r()->db()->tableDrop('tabletest')->run(); |
||
| 26 | } |
||
| 27 | |||
| 28 | parent::tearDown(); |
||
| 29 | } |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @throws \Exception |
||
| 33 | */ |
||
| 34 | public function testFilter() |
||
| 50 | } |
||
| 51 | |||
| 52 | /** |
||
| 53 | * @param int $documentId |
||
| 54 | * @return ResponseInterface |
||
| 55 | */ |
||
| 56 | private function insertDocument(int $documentId): ResponseInterface |
||
| 72 |