Total Complexity | 2 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
14 | class CreateButtonUnitTest extends ListBuilderTestsBase |
||
15 | { |
||
16 | |||
17 | /** |
||
18 | * |
||
19 | * {@inheritdoc} |
||
20 | * @see TestCase::setUp() |
||
21 | * @psalm-suppress RedundantCondition |
||
22 | */ |
||
23 | protected function setUp(): void |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * Testing generating create button from setting |
||
30 | */ |
||
31 | public function testCreateButtonFromSetting(): void |
||
47 |