Skip to content

Commit 6f0b647

Browse files
Fix method call.
1 parent d288e5f commit 6f0b647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PHP/CodeCoverage/Filter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function addDirectoryToBlacklist($directory, $suffix = '.php', $prefix =
9696
);
9797

9898
foreach ($files as $file) {
99-
$this->addFileToFilter($file->getPathName());
99+
$this->addFileToBlacklist($file->getPathName());
100100
}
101101
} else {
102102
throw new RuntimeException($directory . ' does not exist');

0 commit comments

Comments
 (0)