Hypernode\Magento\Command\Hypernode\Patches\ListCommandTest::testOptions PHP Method

testOptions() public method

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