We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
12 | public function testEnableReorder() |
||
13 | { |
||
14 | $this->crudPanel->enableReorder(); |
||
15 | |||
16 | $this->assertTrue($this->crudPanel->getOperationSetting('enabled')); |
||
17 | $this->assertEquals('name', $this->crudPanel->getOperationSetting('label')); |
||
18 | $this->assertEquals(1, $this->crudPanel->getOperationSetting('max_level')); |
||
19 | } |
||
32 |