Skip to content

Commit c172ef3

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/setup-integration/framework/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
);
101101

102102
/* Unset declared global variables to release the PHPUnit from maintaining their values between tests */
103-
unset($testsBaseDir, $logWriter, $settings, $shell, $application, $bootstrap);
103+
unset($testsBaseDir, $settings, $shell, $application, $bootstrap);
104104
} catch (\Exception $e) {
105105
// phpcs:disable Magento2.Security.LanguageConstruct
106106
echo $e . PHP_EOL;

0 commit comments

Comments
 (0)