| 1 | <?php declare(strict_types=1); |
||
| 8 | class ElementsTest extends TestCase |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @var Elements |
||
| 12 | */ |
||
| 13 | private $elements; |
||
| 14 | |||
| 15 | protected function setUp(): void |
||
| 19 | |||
| 20 | public function testGetClassTypeList(): void |
||
| 27 | |||
| 28 | public function testGetAll(): void |
||
| 35 | |||
| 36 | public function testGetEmptyList(): void |
||
| 50 | } |
||
| 51 |