We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262d4ad commit ab7891aCopy full SHA for ab7891a
app/code/Magento/PageCache/Test/Unit/Model/Console/Command/GenerateVclCommandInputOptionTest.php renamed to app/code/Magento/PageCache/Test/Unit/Console/Command/GenerateVclCommandInputOptionTest.php
@@ -10,7 +10,6 @@
10
use Magento\Framework\App\Config\ScopeConfigInterface;
11
use Magento\Framework\Filesystem\File\WriteFactory;
12
use Magento\Framework\Serialize\Serializer\Json;
13
-use Magento\Framework\TestFramework\Unit\Helper\ObjectManager;
14
use Magento\PageCache\Console\Command\GenerateVclCommand;
15
use Magento\PageCache\Model\Varnish\VclGenerator;
16
use Magento\PageCache\Model\VclGeneratorInterfaceFactory;
@@ -24,11 +23,6 @@ class GenerateVclCommandInputOptionTest extends TestCase
24
23
*/
25
private $command;
26
27
- /**
28
- * @var ObjectManager
29
- */
30
- private $objectManager;
31
-
32
/**
33
* @var VclGeneratorInterfaceFactory
34
0 commit comments