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

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

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