Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <testsuites>
- <testsuite name="" tests="6" assertions="8" failures="4" errors="0" time="1.532042">
- <testsuite name="Application Test Suite" tests="3" assertions="4" failures="2" errors="0" time="0.829770">
- <testsuite name="ExampleTest" file="C:\xampp\htdocs\Test\tests\ExampleTest.php" tests="3" assertions="4" failures="2" errors="0" time="0.829770">
- <testcase name="testBasicExample" class="ExampleTest" file="C:\xampp\htdocs\Test\tests\ExampleTest.php" line="14" assertions="2" time="0.388139"/>
- <testcase name="testBlah" class="ExampleTest" file="C:\xampp\htdocs\Test\tests\ExampleTest.php" line="25" assertions="1" time="0.225403">
- <failure type="PHPUnit_Framework_ExpectationFailedException">ExampleTest::testBlah
- Failed asserting that 2 matches expected 1.
- C:\xampp\htdocs\Test\tests\ExampleTest.php:27
- </failure>
- </testcase>
- <testcase name="testTooting" class="ExampleTest" file="C:\xampp\htdocs\Test\tests\ExampleTest.php" line="35" assertions="1" time="0.216228">
- <failure type="PHPUnit_Framework_ExpectationFailedException">ExampleTest::testTooting
- Failed asserting that an array has the key 'toot'.
- C:\xampp\htdocs\Test\tests\ExampleTest.php:37
- </failure>
- </testcase>
- </testsuite>
- </testsuite>
- <testsuite name="Shooblie ma hooblie" tests="3" assertions="4" failures="2" errors="0" time="0.702272">
- <testsuite name="ChooplieTest" file="C:\xampp\htdocs\Test\tests\vomit\ChooplieTest.php" tests="3" assertions="4" failures="2" errors="0" time="0.702272">
- <testcase name="testSHARTTT" class="ChooplieTest" file="C:\xampp\htdocs\Test\tests\vomit\ChooplieTest.php" line="14" assertions="2" time="0.270819"/>
- <testcase name="testPoopah" class="ChooplieTest" file="C:\xampp\htdocs\Test\tests\vomit\ChooplieTest.php" line="25" assertions="1" time="0.217017">
- <failure type="PHPUnit_Framework_ExpectationFailedException">ChooplieTest::testPoopah
- Failed asserting that 2 matches expected 1.
- C:\xampp\htdocs\Test\tests\vomit\ChooplieTest.php:27
- </failure>
- </testcase>
- <testcase name="testHootah" class="ChooplieTest" file="C:\xampp\htdocs\Test\tests\vomit\ChooplieTest.php" line="35" assertions="1" time="0.214436">
- <failure type="PHPUnit_Framework_ExpectationFailedException">ChooplieTest::testHootah
- Failed asserting that an array has the key 'toot'.
- C:\xampp\htdocs\Test\tests\vomit\ChooplieTest.php:37
- </failure>
- </testcase>
- </testsuite>
- </testsuite>
- </testsuite>
- </testsuites>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement