Skip to content

Commit f04979c

Browse files
Robertsebastianbergmann
authored andcommitted
#5666 - Fixed --no-extensions cli parameter
1 parent 7e7adbd commit f04979c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TextUI/TestRunner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ private function handleConfiguration(array &$arguments): void
10061006
$arguments['excludeGroups'] = array_diff($groupConfiguration->exclude()->asArrayOfStrings(), $groupCliArgs);
10071007
}
10081008

1009-
if (!isset($this->arguments['noExtensions'])) {
1009+
if (!isset($arguments['noExtensions'])) {
10101010
$extensionHandler = new ExtensionHandler;
10111011

10121012
foreach ($arguments['configurationObject']->extensions() as $extension) {

0 commit comments

Comments
 (0)