Skip to content

Commit 8137a39

Browse files
committed
Avoid double-loading of sfYaml
1 parent 1109405 commit 8137a39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/DoctrineTest/Coverage.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ public function generateReport()
163163
continue;
164164
}
165165

166+
if (strpos($class, 'sfYaml')) {
167+
continue;
168+
}
169+
166170
if ( ! class_exists($class)) {
167171
continue;
168172
}

0 commit comments

Comments
 (0)