Total Complexity | 3 |
Total Lines | 57 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | class OptionsTest extends BaseUnitTestCase |
||
10 | { |
||
11 | /** |
||
12 | * @return void |
||
13 | * @throws \Exception |
||
14 | */ |
||
15 | public function testAccessors(): void |
||
38 | } |
||
39 | |||
40 | /** |
||
41 | * @return void |
||
42 | * @throws \Exception |
||
43 | */ |
||
44 | public function testIfHasDefaultDatabaseReturnsTrue(): void |
||
53 | } |
||
54 | |||
55 | /** |
||
56 | * @return void |
||
57 | * @throws \Exception |
||
58 | */ |
||
59 | public function testIfHasDefaultDatabaseReturnsFalse(): void |
||
68 |