Advertisement
Guest User

Untitled

a guest
Dec 12th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.88 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <testsuites>
  3.   <testsuite name="test123" file="/var/www/html/sistema0.7/tarefas/123/test123.php" tests="1" assertions="1" errors="0" failures="1" skipped="0" time="17.551040">
  4.     <testcase name="testCode" class="test123" classname="test123" file="/var/www/html/sistema0.7/tarefas/123/test123.php" line="17" assertions="1" time="17.551040">
  5.       <failure type="PHPUnit\Framework\ExpectationFailedException">test123::testCode
  6. Failed asserting that two strings are equal.
  7. --- Expected
  8. +++ Actual
  9. @@ @@
  10. -'Peso normal'
  11. +'1Peso normal'
  12.  
  13. /var/www/html/sistema0.7/tarefas/123/test123.php:28
  14. /var/www/html/sistema0.7/vendor/phpunit/phpunit-selenium/PHPUnit/Extensions/Selenium2TestCase.php:371
  15. /var/www/html/sistema0.7/vendor/phpunit/phpunit-selenium/PHPUnit/Extensions/Selenium2TestCase.php:337
  16. </failure>
  17.     </testcase>
  18.   </testsuite>
  19. </testsuites>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement