| Total Complexity | 1 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 15 | class GenerateEmbeddableFromArchetypeCommandTest extends AbstractCommandTest |
||
| 16 | { |
||
| 17 | public const WORK_DIR = AbstractTest::VAR_PATH . '/' |
||
| 18 | . self::TEST_TYPE_LARGE . '/GenerateEmbeddableFromArchetypeCommandTest/'; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @test |
||
| 22 | * @large |
||
| 23 | * * @throws \EdmondsCommerce\DoctrineStaticMeta\Exception\DoctrineStaticMetaException |
||
| 24 | * @throws \ReflectionException |
||
| 25 | */ |
||
| 26 | public function generateEmbeddableFromArchetype(): void |
||
| 44 |