Skip to content

Commit 1c9fbdb

Browse files
committed
Use none base combination
1 parent ac2eb3a commit 1c9fbdb

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
@@ -73,7 +73,7 @@
7373
// You can use `common`, `bulk`, `minimal` or `none`.
7474
// note: combination is only available for *nix platform. Windows must use `none` combination
7575
$base_combination = match (PHP_OS_FAMILY) {
76-
'Linux', 'Darwin' => 'common',
76+
'Linux', 'Darwin' => 'none',
7777
'Windows' => 'none',
7878
};
7979

0 commit comments

Comments
 (0)