stronk7

Untitled

Jan 18th, 2019
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. $ bin/moodle-docker-compose exec webserver vendor/bin/phpunit --filter cachestore_memcached_test
  2. Moodle 3.7dev (Build: 20190118), c092f75791be10f8f2ee382cd73ac1cdcf3a6feb
  3. Php: 7.3.1, pgsql: 9.6.7, OS: Linux 4.9.125-linuxkit x86_64
  4. PHPUnit 6.5.13 by Sebastian Bergmann and contributors.
  5.  
  6. ..... 5 / 5 (100%)
  7.  
  8. Time: 10.87 seconds, Memory: 365.00MB
  9.  
  10. OK (5 tests, 452 assertions)
  11.  
  12.  
  13.  
  14. $ bin/moodle-docker-compose exec webserver vendor/bin/phpunit --filter cachestore_redis_test
  15. Moodle 3.7dev (Build: 20190118), c092f75791be10f8f2ee382cd73ac1cdcf3a6feb
  16. Php: 7.3.1, pgsql: 9.6.7, OS: Linux 4.9.125-linuxkit x86_64
  17. PHPUnit 6.5.13 by Sebastian Bergmann and contributors.
  18.  
  19. ..... 5 / 5 (100%)
  20.  
  21. Time: 12.24 seconds, Memory: 365.00MB
  22.  
  23. OK (5 tests, 100 assertions)
Advertisement
Add Comment
Please, Sign In to add comment