Hypernode\Magento\Command\Hypernode\Varnish\VarnishFlushCommandTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $application = $this->getApplication();
        $command = new VarnishFlushCommand();
        $application->add($command);
    }