composer update
This commit is contained in:
17
vendor/codacy/coverage/tests/res/phpunitxml/CodacyPhpCoverage.php.xml
vendored
Normal file
17
vendor/codacy/coverage/tests/res/phpunitxml/CodacyPhpCoverage.php.xml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0"?>
|
||||
<phpunit xmlns="http://schema.phpunit.de/coverage/1.0">
|
||||
<file name="CodacyPhpCoverage.php">
|
||||
<totals>
|
||||
<lines total="68" comments="16" code="52" executable="26" executed="0" percent="0.00%"/>
|
||||
<methods count="1" tested="0" percent="0.00%"/>
|
||||
<functions count="0" tested="0" percent=""/>
|
||||
<classes count="1" tested="0" percent="0.00%"/>
|
||||
<traits count="0" tested="0" percent=""/>
|
||||
</totals>
|
||||
<class name="CodacyPhpCoverage" start="13" executable="25" executed="0" crap="12">
|
||||
<package full="" name="" sub="" category=""/>
|
||||
<namespace name="Codacy\Coverage"/>
|
||||
<method name="doIt" signature="doIt()" start="16" end="66" crap="12" executable="25" executed="0" coverage="0"/>
|
||||
</class>
|
||||
</file>
|
||||
</phpunit>
|
Reference in New Issue
Block a user