| Total Complexity | 3 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class SolrConfigureJobTest extends SapphireTest |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @var SolrConfigureJob |
||
| 16 | */ |
||
| 17 | protected $job; |
||
| 18 | |||
| 19 | protected function setUp() |
||
| 20 | { |
||
| 21 | $this->job = Injector::inst()->get(SolrConfigureJob::class); |
||
| 22 | return parent::setUp(); |
||
| 23 | } |
||
| 24 | |||
| 25 | public function testGetTitle() |
||
| 28 | } |
||
| 29 | |||
| 30 | public function testProcess() |
||
| 37 | } |
||
| 38 | } |