Total Complexity | 4 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | class SolrEngineTest extends TestCase |
||
12 | { |
||
13 | public function testUpdateAddsModelsToTheIndex() |
||
28 | } |
||
29 | |||
30 | public function testDeleteRemovesUpdatesFromTheIndex() |
||
31 | { |
||
32 | |||
33 | } |
||
34 | |||
35 | public function testSearchSendsCorrectConditionsToSolr() |
||
36 | { |
||
37 | |||
38 | } |
||
39 | |||
40 | public function testResultsGetMappedToTheCorrectModels() |
||
42 | |||
43 | } |
||
44 | } |