mirror of
https://github.com/Dannecron/coverage-merger.git
synced 2025-12-26 00:02:35 +03:00
add tests
This commit is contained in:
16
tests/data/examples/file-with-differences.xml
Normal file
16
tests/data/examples/file-with-differences.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<coverage>
|
||||
<project>
|
||||
<package name="test">
|
||||
<file name="test.php">
|
||||
<line num="2" type="stmt" count="1"/>
|
||||
<line num="4" type="stmt" count="3"/>
|
||||
<line num="6" type="stmt" count="1"/>
|
||||
<line num="8" type="stmt" count="3"/>
|
||||
</file>
|
||||
<file name="other.php">
|
||||
<line num="1" type="stmt" count="1"/>
|
||||
</file>
|
||||
</package>
|
||||
</project>
|
||||
</coverage>
|
||||
Reference in New Issue
Block a user