Total Complexity | 3 |
Total Lines | 38 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
11 | class OverrideCreateCommandTest extends AbstractCommandTest |
||
12 | { |
||
13 | public const WORK_DIR = AbstractTest::VAR_PATH . '/' |
||
14 | . self::TEST_TYPE_LARGE . '/OverrideCreateCommandTest/'; |
||
15 | |||
16 | private const TEST_FILE = '/src/Entities/Company.php'; |
||
17 | private const OVERRIDE_FILE = '/build/overrides/src/Entities/Company.6e1fc7c7a7d9f22efe7c5428ce5d6a4f.php'; |
||
18 | |||
19 | protected static $buildOnce = true; |
||
20 | |||
21 | public function setup() |
||
29 | } |
||
30 | } |
||
31 | |||
32 | /** |
||
33 | * @test |
||
34 | * @large |
||
35 | * @throws \EdmondsCommerce\DoctrineStaticMeta\Exception\DoctrineStaticMetaException |
||
36 | * @throws \ReflectionException |
||
37 | */ |
||
38 | public function createOverride(): void |
||
51 |