Skip to content

Commit bf9ea5e

Browse files
committed
Add back missing exclamation mark
1 parent 01bca4b commit bf9ea5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Context/FeatureContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ private static function running_with_code_coverage() {
202202
* @AfterSuite
203203
*/
204204
public static function merge_coverage_reports() {
205-
if ( self::running_with_code_coverage() ) {
205+
if ( ! self::running_with_code_coverage() ) {
206206
return;
207207
}
208208

0 commit comments

Comments
 (0)