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

setUp() public method

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