Total Complexity | 4 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | class SolrEngineTest extends TestCase |
||
12 | { |
||
13 | public function testUpdateAddsModelsToTheIndex() |
||
28 | } |
||
29 | |||
30 | public function testDeleteRemovesUpdatesFromTheIndex() |
||
32 | } |
||
33 | |||
34 | public function testSearchSendsCorrectConditionsToSolr() |
||
35 | { |
||
36 | } |
||
37 | |||
38 | public function testResultsGetMappedToTheCorrectModels() |
||
40 | } |
||
41 | } |
||
42 |
This function has been deprecated. The supplier of the function has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the function will be removed and what other function to use instead.