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 1a7bf2d commit 20fbbb1Copy full SHA for 20fbbb1
src/globals/test-extensions.php
@@ -74,7 +74,7 @@
74
// You can use `common`, `bulk`, `minimal` or `none`.
75
// note: combination is only available for *nix platform. Windows must use `none` combination
76
$base_combination = match (PHP_OS_FAMILY) {
77
- 'Linux', 'Darwin' => 'bulk',
+ 'Linux', 'Darwin' => 'none',
78
'Windows' => 'none',
79
};
80
0 commit comments