Hypernode\Magento\Command\Hypernode\Config\GenerateMapsCommandTest::testOptions PHP Method

testOptions() public method

public testOptions ( )
    public function testOptions()
    {
        $command = $this->getCommand();
        $this->assertEquals('save', $command->getDefinition()->getOption('save')->getName());
    }