Advertisement
Guest User

Untitled

a guest
Sep 4th, 2017
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. Error: No code coverage driver is available
  2.  
  3. F...... 7 / 7 (100%)
  4.  
  5. Time: 2.65 seconds, Memory: 18.00MB
  6.  
  7. There was 1 failure:
  8.  
  9. 1) TestsFeatureAlarmsApiTest::it_can_return_all_alarms
  10. Failed asserting that actual size 144 matches expected size 100.
  11.  
  12. /builds/ericsson-france/tdf/hyperion/tests/Feature/AlarmsApiTest.php:22
  13.  
  14. FAILURES!
  15. Tests: 7, Assertions: 15, Failures: 1.
  16. ERROR: Job failed: exit code 1
  17.  
  18. APP_NAME=Laravel
  19. APP_ENV=testing
  20. APP_KEY=
  21. APP_DEBUG=true
  22. APP_LOG=daily
  23. APP_LOG_LEVEL=debug
  24. APP_URL=http://localhost
  25.  
  26. DB_CONNECTION=sqlite
  27. DB_CONNECTION=":memory:"
  28.  
  29. BROADCAST_DRIVER=redis
  30. CACHE_DRIVER=array
  31. SESSION_DRIVER=array
  32. QUEUE_DRIVER=sync
  33.  
  34. REDIS_HOST=127.0.0.1
  35. REDIS_PASSWORD=null
  36. REDIS_PORT=6379
  37.  
  38. SOCKET_PORT=6001
  39.  
  40. MAIL_DRIVER=log
  41. MAIL_HOST=smtp.mailtrap.io
  42. MAIL_PORT=2525
  43. MAIL_USERNAME=null
  44. MAIL_PASSWORD=null
  45. MAIL_ENCRYPTION=null
  46.  
  47. GOOGLE_MAPS_API_KEY=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement