File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,24 @@ function_exists('php_timer_autoload')) {
155155 if (!defined ('PHP_TOKENSTREAM_TESTSUITE ' )) {
156156 $ this ->filter ->addFilesToBlacklist (php_tokenstream_autoload ());
157157 }
158+
159+ if (!defined ('SYMFONY_TESTSUITE ' )) {
160+ $ file = PHP_CodeCoverage_Util::fileExistsInIncludePath (
161+ 'SymfonyComponents/YAML/sfYaml.php '
162+ );
163+
164+ if ($ file ) {
165+ $ this ->filter ->addFileToBlacklist ($ file );
166+ }
167+
168+ $ file = PHP_CodeCoverage_Util::fileExistsInIncludePath (
169+ 'SymfonyComponents/YAML/sfYamlDumper.php '
170+ );
171+
172+ if ($ file ) {
173+ $ this ->filter ->addFileToBlacklist ($ file );
174+ }
175+ }
158176 // @codeCoverageIgnoreEnd
159177
160178 $ this ->filter ->addFilesToBlacklist (text_template_autoload ());
You can’t perform that action at this time.
0 commit comments