Skip to content

Commit 20fbbb1

Browse files
committed
test
1 parent 1a7bf2d commit 20fbbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/globals/test-extensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
// You can use `common`, `bulk`, `minimal` or `none`.
7575
// note: combination is only available for *nix platform. Windows must use `none` combination
7676
$base_combination = match (PHP_OS_FAMILY) {
77-
'Linux', 'Darwin' => 'bulk',
77+
'Linux', 'Darwin' => 'none',
7878
'Windows' => 'none',
7979
};
8080

0 commit comments

Comments
 (0)