Skip to content

Commit b8760b3

Browse files
MC-32014: Remove google-shopping-ads module from core in 2.4.1
1 parent deb760e commit b8760b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/bin/magento

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ try {
3333
try {
3434
$handler = new \Magento\Framework\App\ErrorHandler();
3535
set_error_handler([$handler, 'handler']);
36-
if ($_SERVER['INTEGRATION_TESTS_CLI_AUTOLOADER']) {
36+
if (isset($_SERVER['INTEGRATION_TESTS_CLI_AUTOLOADER'])) {
3737
$application = new CliProxy('Magento CLI');
3838
} else {
3939
$application = new Cli('Magento CLI');

0 commit comments

Comments
 (0)