Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
UpdateTestResourceInIndex | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
1 | <?php |
2 | |
3 | namespace oat\tao\model\search\tasks; |
4 | |
5 | final class UpdateTestResourceInIndex extends UpdateResourceInIndex |
6 | { |
7 | // This task is added in order to be able to associate tests indexation with separate queue |
8 | } |