1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
<?xml version="1.0"?>
<phpunit xmlns="https://schema.phpunit.de/coverage/1.0">
<build time="%s" phpunit="%s" coverage="%s">
<runtime name="%s" version="%s" url="%s"/>
<driver%S/>
</build>
<project source="%s">
<tests>
<test name="BankAccountTest::testBalanceIsInitiallyZero" size="unknown" status="unknown" time="0.100000"/>
<test name="BankAccountTest::testBalanceCannotBecomeNegative" size="unknown" status="unknown" time="0.200000"/>
<test name="BankAccountTest::testBalanceCannotBecomeNegative2" size="unknown" status="unknown" time="0.300000"/>
<test name="BankAccountTest::testDepositWithdrawMoney" size="unknown" status="unknown" time="0.400000"/>
</tests>
<directory name="%s">
<totals>
<lines total="35" comments="0" code="35" executable="8" executed="5" percent="62.50"/>
<methods count="4" tested="3" percent="75.00"/>
<functions count="0" tested="0" percent="0"/>
<classes count="1" tested="0" percent="0.00"/>
<traits count="0" tested="0" percent="0"/>
</totals>
<file name="BankAccount.php" href="BankAccount.php.xml" hash="efd997ec85ed298e59743e5c354216b0ff22e2e5">
<totals>
<lines total="35" comments="0" code="35" executable="8" executed="5" percent="62.50"/>
<methods count="4" tested="3" percent="75.00"/>
<functions count="0" tested="0" percent="0"/>
<classes count="1" tested="0" percent="0.00"/>
<traits count="0" tested="0" percent="0"/>
</totals>
</file>
</directory>
</project>
</phpunit>
|