Advertisement
stronk7

Untitled

Jan 8th, 2020
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. $ vendor/bin/phpunit --testsuite enrol_database_testsuite,auth_db_testsuite
  2. Moodle 3.7.3+ (Build: 20200103), 23f9fc2c08737572a79d43eefc253d01e785ce3e
  3. Php: 7.1.33, sqlsrv: 14.00.3257, OS: Darwin 19.2.0 x86_64
  4. PHPUnit 7.5.17 by Sebastian Bergmann and contributors.
  5.  
  6. ........ 8 / 8 (100%)
  7.  
  8. Time: 51.96 seconds, Memory: 74.00 MB
  9.  
  10. OK (8 tests, 391 assertions)
  11.  
  12.  
  13.  
  14.  
  15. $ sudo port select php php72
  16. Selecting 'php72' for 'php' succeeded. 'php72' is now active.
  17. $ vendor/bin/phpunit --testsuite enrol_database_testsuite,auth_db_testsuite
  18. Moodle 3.7.3+ (Build: 20200103), 23f9fc2c08737572a79d43eefc253d01e785ce3e
  19. Php: 7.2.26, sqlsrv: 14.00.3257, OS: Darwin 19.2.0 x86_64
  20. PHPUnit 7.5.17 by Sebastian Bergmann and contributors.
  21.  
  22. ........ 8 / 8 (100%)
  23.  
  24. Time: 49.12 seconds, Memory: 76.25 MB
  25.  
  26. OK (8 tests, 391 assertions)
  27.  
  28.  
  29.  
  30.  
  31. $ sudo port select php php73
  32. Selecting 'php73' for 'php' succeeded. 'php73' is now active.
  33. $ vendor/bin/phpunit --testsuite enrol_database_testsuite,auth_db_testsuite
  34. Moodle 3.7.3+ (Build: 20200103), 23f9fc2c08737572a79d43eefc253d01e785ce3e
  35. Php: 7.3.13, sqlsrv: 14.00.3257, OS: Darwin 19.2.0 x86_64
  36. PHPUnit 7.5.17 by Sebastian Bergmann and contributors.
  37.  
  38. ........ 8 / 8 (100%)
  39.  
  40. Time: 47.39 seconds, Memory: 72.50 MB
  41.  
  42. OK (8 tests, 391 assertions)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement