| Total Complexity | 1 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 11 | class GenerateEmbeddableSkeletonCommandTest extends AbstractCommandTest |
||
| 12 | { |
||
| 13 | public const WORK_DIR = self::VAR_PATH . '/' |
||
| 14 | . self::TEST_TYPE_LARGE . '/GenerateEmbeddableSkeletonCommandTest/'; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @test |
||
| 18 | */ |
||
| 19 | public function itCanBeRun(): void |
||
| 34 | } |
||
| 35 | } |