1 | <?php |
||
9 | class CountControllerTest extends AbstractDbAwareTest |
||
10 | { |
||
11 | use StaticDbTestTrait; |
||
12 | |||
13 | public function testEmptyCriteria() |
||
18 | |||
19 | public function testRelationCriteria() |
||
29 | |||
30 | /** |
||
31 | * @param $criteria |
||
32 | * |
||
33 | * @return null|\Symfony\Component\HttpFoundation\Response |
||
34 | */ |
||
35 | protected function doRequest($criteria) |
||
50 | |||
51 | private function doTest(array $criteria, $count) |
||
61 | |||
62 | private function createEntities() |
||
75 | |||
76 | } |
||
77 |