Skip to content

Commit

Permalink
Update the PHP report
Browse files Browse the repository at this point in the history
  • Loading branch information
bellingard committed Nov 21, 2016
1 parent ad8fd12 commit cebdeb8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions reports/php/phpunit.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
<testsuite name="Test Suite" tests="12" assertions="11" failures="7" errors="0" time="8.036518">
<testsuite name="PhpUnderControl_Example_MathTest" file="/Users/fbellingard/Tests/Multi-language/multi-language-multi-module-test/front-php/src/test/php/SomeTest.php" fullPackage="Example" package="Example" tests="12" assertions="11" failures="7" errors="0" time="8.036518">
<testcase name="testAddSuccess" class="PhpUnderControl_Example_MathTest" file="/Users/fbellingard/Tests/Multi-language/multi-language-multi-module-test/front-php/src/test/php/SomeTest.php" line="72" assertions="1" time="2.006604"/>
<testcase name="testSubSuccess" class="PhpUnderControl_Example_MathTest" file="/Users/fbellingard/Tests/Multi-language/multi-language-multi-module-test/front-php/src/test/php/SomeTest.php" line="81" assertions="1" time="0.000842"/>
<testcase name="testSubFail" class="PhpUnderControl_Example_MathTest" file="/Users/fbellingard/Tests/Multi-language/multi-language-multi-module-test/front-php/src/test/php/SomeTest.php" line="89" assertions="1" time="2.006533">
<testsuite name="PhpUnderControl_Example_MathTest" file="/home/travis/build/SonarSource/sq-com_example_standard-sqscanner-travis/src/test/php/SomeTest.php" fullPackage="Example" package="Example" tests="12" assertions="11" failures="7" errors="0" time="8.036518">
<testcase name="testAddSuccess" class="PhpUnderControl_Example_MathTest" file="/home/travis/build/SonarSource/sq-com_example_standard-sqscanner-travis/src/test/php/SomeTest.php" line="72" assertions="1" time="2.006604"/>
<testcase name="testSubSuccess" class="PhpUnderControl_Example_MathTest" file="/home/travis/build/SonarSource/sq-com_example_standard-sqscanner-travis/src/test/php/SomeTest.php" line="81" assertions="1" time="0.000842"/>
<testcase name="testSubFail" class="PhpUnderControl_Example_MathTest" file="/home/travis/build/SonarSource/sq-com_example_standard-sqscanner-travis/src/test/php/SomeTest.php" line="89" assertions="1" time="2.006533">
<failure type="PHPUnit_Framework_ExpectationFailedException">PhpUnderControl_Example_MathTest::testSubFail
Failed asserting that 1 matches expected 0.
</failure>
Expand Down Expand Up @@ -42,7 +42,7 @@
</failure>
</testcase>
</testsuite>
<testcase name="testFail" class="PhpUnderControl_Example_MathTest" file="/Users/fbellingard/Tests/Multi-language/multi-language-multi-module-test/front-php/src/test/php/SomeTest.php" line="119" assertions="0" time="0.001748">
<testcase name="testFail" class="PhpUnderControl_Example_MathTest" file="/home/travis/build/SonarSource/sq-com_example_standard-sqscanner-travis/src/test/php/SomeTest.php" line="119" assertions="0" time="0.001748">
<failure type="PHPUnit_Framework_AssertionFailedError">PhpUnderControl_Example_MathTest::testFail
Failed because...
</failure>
Expand Down

0 comments on commit cebdeb8

Please sign in to comment.