MageConfigSync\Tests\Integration\DumpIntegrationTest::testNoEnv PHP Метод

testNoEnv() публичный Метод

public testNoEnv ( )
    public function testNoEnv()
    {
        $this->_commandTester->execute(array('command' => $this->_commandName, '--magento-root' => $this->_magentoRoot));
        $this->assertStringStartsWith("default:", $this->_commandTester->getDisplay());
    }