Advertisement
stronk7

Untitled

Jan 11th, 2020
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. $ vendor/bin/phpunit --filter '/::test_(find_favourites_by_type_multiple)/' --stop-on-failure
  2. Moodle 3.9dev (Build: 20200109), de2b3337f47c9dfdca639523dbe2631cb3534fc0
  3. Php: 7.3.13, pgsql: 9.6.16, OS: Darwin 19.2.0 x86_64
  4. PHPUnit 7.5.18 by Sebastian Bergmann and contributors.
  5.  
  6. . 1 / 1 (100%)
  7.  
  8. Time: 3.21 seconds, Memory: 415.00 MB
  9.  
  10. OK (1 test, 6 assertions)
  11.  
  12.  
  13. $ vendor/bin/phpunit --filter '/::test_(find_favourites_by_type_multiple|filter_get_globally_enabled_)/' --stop-on-failure
  14. Moodle 3.9dev (Build: 20200109), de2b3337f47c9dfdca639523dbe2631cb3534fc0
  15. Php: 7.3.13, pgsql: 9.6.16, OS: Darwin 19.2.0 x86_64
  16. PHPUnit 7.5.18 by Sebastian Bergmann and contributors.
  17.  
  18. .... 4 / 4 (100%)
  19.  
  20. Time: 3.35 seconds, Memory: 415.00 MB
  21.  
  22. OK (4 tests, 15 assertions)
  23.  
  24.  
  25.  
  26. $ vendor/bin/phpunit --filter '/::test_(find_favourites_by_type_multiple|filter_get_globally_enabled_)/' --stop-on-failure
  27. Moodle 3.9dev (Build: 20200109), de2b3337f47c9dfdca639523dbe2631cb3534fc0
  28. Php: 7.3.13, pgsql: 9.6.16, OS: Darwin 19.2.0 x86_64
  29. PHPUnit 7.5.18 by Sebastian Bergmann and contributors.
  30.  
  31. ...F 4 / 4 (100%)
  32.  
  33. Time: 3.3 seconds, Memory: 417.00 MB
  34.  
  35. There was 1 failure:
  36.  
  37. 1) user_favourite_service_testcase::test_find_favourites_by_type_multiple_users
  38. Failed asserting that actual size 2 matches expected size 1.
  39.  
  40. /Users/stronk7/git_moodle/moodle/favourites/tests/user_favourite_service_test.php:256
  41. /Users/stronk7/git_moodle/moodle/lib/phpunit/classes/advanced_testcase.php:80
  42.  
  43. To re-run:
  44. vendor/bin/phpunit "user_favourite_service_testcase" favourites/tests/user_favourite_service_test.php
  45.  
  46. FAILURES!
  47. Tests: 4, Assertions: 11, Failures: 1.
  48.  
  49.  
  50. $ vendor/bin/phpunit --filter '/::test_(find_favourites_by_type_multiple)/' --stop-on-failure
  51. Moodle 3.9dev (Build: 20200109), de2b3337f47c9dfdca639523dbe2631cb3534fc0
  52. Php: 7.3.13, pgsql: 9.6.16, OS: Darwin 19.2.0 x86_64
  53. PHPUnit 7.5.18 by Sebastian Bergmann and contributors.
  54.  
  55. F 1 / 1 (100%)
  56.  
  57. Time: 3.1 seconds, Memory: 415.00 MB
  58.  
  59. There was 1 failure:
  60.  
  61. 1) user_favourite_service_testcase::test_find_favourites_by_type_multiple_users
  62. Failed asserting that actual size 2 matches expected size 1.
  63.  
  64. /Users/stronk7/git_moodle/moodle/favourites/tests/user_favourite_service_test.php:256
  65. /Users/stronk7/git_moodle/moodle/lib/phpunit/classes/advanced_testcase.php:80
  66.  
  67. To re-run:
  68. vendor/bin/phpunit "user_favourite_service_testcase" favourites/tests/user_favourite_service_test.php
  69.  
  70. FAILURES!
  71. Tests: 1, Assertions: 2, Failures: 1.
  72.  
  73.  
  74.  
  75. $ vendor/bin/phpunit --filter '/::test_(find_favourites_by_type_multiple)/' --stop-on-failure
  76. Moodle 3.9dev (Build: 20200109), de2b3337f47c9dfdca639523dbe2631cb3534fc0
  77. Php: 7.3.13, pgsql: 9.6.16, OS: Darwin 19.2.0 x86_64
  78. PHPUnit 7.5.18 by Sebastian Bergmann and contributors.
  79.  
  80. . 1 / 1 (100%)
  81.  
  82. Time: 3.1 seconds, Memory: 415.00 MB
  83.  
  84. OK (1 test, 6 assertions)
  85. stronk7@~/git_moodle/moodle (MDL-67353 *$%)$ vendor/bin/phpunit --filter '/::test_(find_favourites_by_type_multiple|filter_get_globally_enabled_)/' --stop-on-failure
  86. Moodle 3.9dev (Build: 20200109), de2b3337f47c9dfdca639523dbe2631cb3534fc0
  87. Php: 7.3.13, pgsql: 9.6.16, OS: Darwin 19.2.0 x86_64
  88. PHPUnit 7.5.18 by Sebastian Bergmann and contributors.
  89.  
  90. .... 4 / 4 (100%)
  91.  
  92. Time: 3.39 seconds, Memory: 415.00 MB
  93.  
  94. OK (4 tests, 15 assertions)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement