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

testName() public method

public testName ( )
    public function testName()
    {
        $command = $this->getCommand();
        $this->assertEquals('hypernode:varnish:flush', $command->getName());
    }