File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
unit/TextUI/Configuration/Xml Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2929 <cobertura outputFile =" cobertura.xml" />
3030 <crap4j outputFile =" crap4j.xml" threshold =" 30" />
3131 <html outputDirectory =" coverage" lowUpperBound =" 50" highLowerBound =" 90" />
32- <openclover outputFile =" clover .xml" />
32+ <openclover outputFile =" openclover .xml" />
3333 <php outputFile =" coverage.php" />
3434 <text outputFile =" coverage.txt" showUncoveredFiles =" false" showOnlySummary =" true" />
3535 <xml outputDirectory =" coverage" />
Original file line number Diff line number Diff line change @@ -193,6 +193,9 @@ public function testCodeCoverageConfigurationIsReadCorrectly(): void
193193 $ this ->assertTrue ($ codeCoverage ->hasClover ());
194194 $ this ->assertSame (TEST_FILES_PATH . 'clover.xml ' , $ codeCoverage ->clover ()->target ()->path ());
195195
196+ $ this ->assertTrue ($ codeCoverage ->hasOpenClover ());
197+ $ this ->assertSame (TEST_FILES_PATH . 'openclover.xml ' , $ codeCoverage ->openClover ()->target ()->path ());
198+
196199 $ this ->assertTrue ($ codeCoverage ->hasCobertura ());
197200 $ this ->assertSame (TEST_FILES_PATH . 'cobertura.xml ' , $ codeCoverage ->cobertura ()->target ()->path ());
198201
You can’t perform that action at this time.
0 commit comments