| Total Complexity | 1 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 8 | class GenerateEmbeddableFromArchetypeCommandTest extends AbstractCommandIntegrationTest |
||
| 9 | { |
||
| 10 | public const WORK_DIR = AbstractIntegrationTest::VAR_PATH.'/' |
||
| 11 | .self::TEST_TYPE.'/GenerateEmbeddableFromArchetypeCommandTest/'; |
||
| 12 | |||
| 13 | public function testSetEmbeddable() |
||
| 31 |