File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Developer/Test/Unit/Console/Command Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
use Magento \Developer \Model \Setup \Declaration \Schema \WhitelistGenerator ;
12
12
use Magento \Framework \Console \Cli ;
13
13
use Magento \Framework \Exception \ConfigurationMismatchException as ConfigException ;
14
- use PHPUnit \Framework \TestCase ;
15
14
use PHPUnit \Framework \MockObject \MockObject ;
15
+ use PHPUnit \Framework \TestCase ;
16
16
use Symfony \Component \Console \Tester \CommandTester ;
17
17
18
18
/**
@@ -29,7 +29,7 @@ class TablesWhitelistGenerateCommandTest extends TestCase
29
29
/** @var WhitelistGenerator|MockObject $whitelistGenerator */
30
30
private $ whitelistGenerator ;
31
31
32
- /** @var TablesWhitelistGenerateCommand $instance */
32
+ /** @var GenerateCommand $instance */
33
33
private $ instance ;
34
34
35
35
protected function setUp ()
You can’t perform that action at this time.
0 commit comments