stronk7

Untitled

Oct 5th, 2022
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. $ bin/moodle-docker-compose exec webserver vendor/bin/phpunit mod/data/tests/search/search_test.php
  2. Moodle 4.1dev (Build: 20220930), e2d606eba8827fafb27293efb882b9791461e2c8
  3. Php: 7.4.30, oci: 21.0.0.0.0, OS: Linux 5.10.124-linuxkit x86_64
  4. PHPUnit 9.5.24 #StandWithUkraine
  5.  
  6. ...F... 7 / 7 (100%)
  7.  
  8. Time: 00:32.740, Memory: 70.50 MB
  9.  
  10. There was 1 failure:
  11.  
  12. 1) mod_data\search\search_test::test_data_entries_document
  13. Failed asserting that two strings are equal.
  14. --- Expected
  15. +++ Actual
  16. @@ @@
  17. -'multimenu1 multimenu2 multimenu3 multimenu4 text area testing opt1 opt2 opt3 opt4 http://example.url'
  18. +'opt1 opt2 opt3 opt4 multimenu1 multimenu2 multimenu3 multimenu4 text area testing http://example.url'
  19.  
  20. /var/www/html/mod/data/tests/search/search_test.php:411
  21. /var/www/html/lib/phpunit/classes/advanced_testcase.php:80
  22. phpvfscomposer:///var/www/html/vendor/phpunit/phpunit/phpunit:97
  23.  
  24. FAILURES!
  25. Tests: 7, Assertions: 69, Failures: 1.
Advertisement
Add Comment
Please, Sign In to add comment