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 2ff2c4e commit d039298Copy full SHA for d039298
dev/tests/integration/framework/deployTestModules.php
@@ -41,7 +41,7 @@
41
include $file;
42
}
43
44
-if (!$settings->get('TESTS_PARALLEL_THREAD', 0)) {
+if ((int)$settings->get('TESTS_PARALLEL_RUN') !== 1) {
45
// Only delete modules if we are not using parallel executions
46
register_shutdown_function(
47
'deleteTestModules',
dev/tests/integration/phpunit.xml.dist
@@ -74,6 +74,7 @@
74
<!--<const name="MONGODB_DATABASE_NAME" value="magento_integration_tests"/>-->
75
<!-- Connection parameters for RabbitMQ tests -->
76
<!--<const name="RABBITMQ_MANAGEMENT_PORT" value="15672"/>-->
77
+ <!--<const name="TESTS_PARALLEL_RUN" value="1"/>-->
78
</php>
79
<!-- Test listeners -->
80
<listeners>
0 commit comments