Hypernode\Magento\Command\Hypernode\Log\ParseLogCommandTest::testName PHP Method

testName() public method

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