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

setUp() public method

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