We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2241bc6 commit b18deccCopy full SHA for b18decc
dev/tests/integration/testsuite/Magento/Deploy/Console/Command/App/ApplicationDumpCommandTest.php
@@ -81,14 +81,6 @@ private function loadConfig()
81
return $this->reader->load(ConfigFilePool::APP_CONFIG);
82
}
83
84
- /**
85
- * @return array
86
- */
87
- private function loadEnvConfig()
88
- {
89
- return $this->reader->load(ConfigFilePool::APP_ENV);
90
- }
91
-
92
/**
93
* @magentoDbIsolation enabled
94
* @magentoDataFixture Magento/Deploy/_files/config_data.php
0 commit comments