MageConfigSync\Tests\Integration\DumpIntegrationTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        parent::setUp();
        $application = new Application();
        $command = $application->find($this->_commandName);
        $this->_commandTester = new CommandTester($command);
        $this->_magentoRoot = __DIR__ . "/../../../../magento/";
    }