Skip to content

Commit 1f4c3ae

Browse files
We (currently) cannot cover this line of code
1 parent 7baae6e commit 1f4c3ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/TextUI/Command/Commands/CheckPhpConfigurationCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ public function execute(): Result
8181
foreach (self::SETTINGS as $name => $setting) {
8282
foreach ($setting['requiredExtensions'] as $extension) {
8383
if (!extension_loaded($extension)) {
84+
// @codeCoverageIgnoreStart
8485
continue 2;
86+
// @codeCoverageIgnoreEnd
8587
}
8688
}
8789

0 commit comments

Comments
 (0)