Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. [bvdirect@BVDirect-prod-web1 bvdirect]$ ./vendor/phpunit/phpunit/phpunit
  2.  
  3. // Clearing the cache for the test environment with debug true
  4.  
  5. // Removing old cache directory...
  6.  
  7. // Finished
  8.  
  9. [OK] Cache for the "test" environment (debug=true) was successfully cleared.
  10.  
  11. PHPUnit 7.5.1 by Sebastian Bergmann and contributors.
  12.  
  13. ............................................................... 63 / 269 ( 23%)
  14. ............................................................... 126 / 269 ( 46%)
  15. ............................................................... 189 / 269 ( 70%)
  16. ............................................................... 252 / 269 ( 93%)
  17. ............F.... 269 / 269 (100%)
  18.  
  19. Time: 1.3 minutes, Memory: 170.25MB
  20.  
  21. There was 1 failure:
  22.  
  23. 1) Tests\ApiBundle\Controller\TestControllerTest::validRequestShouldReturnRightStatusIfVerificationStringHasAlreadyBeenProcessed
  24. Failed asserting that 403 matches expected 200.
  25.  
  26. /var/www/html/bvdirect/tests/ApiBundle/Controller/TestControllerTest.php:257
  27.  
  28. FAILURES!
  29. Tests: 269, Assertions: 1153, Failures: 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement