Advertisement
stronk7

Untitled

Nov 5th, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. $ vendor/bin/phpunit --filter '::test_email_to_user_attachment()'
  2. Moodle 3.10rc1 (Build: 20201105), 150f3e0736397924a645765f988d0f49ebb943f8
  3. Php: 7.2.34, mariadb: 10.2.33, OS: Darwin 19.6.0 x86_64
  4. PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
  5.  
  6. .....F.. 8 / 8 (100%)
  7.  
  8. Time: 12.8 seconds, Memory: 486.50 MB
  9.  
  10. There was 1 failure:
  11.  
  12. 1) core_moodlelib_testcase::test_email_to_user_attachment with data set "localrequestdir" ('/var/folders/3b/4q5trjyj3h99k...estdir')
  13. Failed asserting that 'This is a multi-part message in MIME format.\n
  14. --b1_o4Ipxc0DJkoLQ73EKd2fDybZAxtXBVfejDPTLZSEcd0\n
  15. Content-Type: text/plain; charset=UTF-8\n
  16. Content-Transfer-Encoding: quoted-printable\n
  17. \n
  18. =0ATest attachment path=0A\n
  19. --b1_o4Ipxc0DJkoLQ73EKd2fDybZAxtXBVfejDPTLZSEcd0\n
  20. Content-Type: text/html; charset=UTF-8\n
  21. Content-Transfer-Encoding: quoted-printable\n
  22. \n
  23. Test attachment path\n
  24. \n
  25. --b1_o4Ipxc0DJkoLQ73EKd2fDybZAxtXBVfejDPTLZSEcd0--\n
  26. ' contains "Content-Type: text/plain; name="hello.txt"".
  27.  
  28. /Users/stronk7/git_moodle/moodle/lib/tests/moodlelib_test.php:3487
  29. /Users/stronk7/git_moodle/moodle/lib/phpunit/classes/advanced_testcase.php:80
  30.  
  31. FAILURES!
  32. Tests: 8, Assertions: 23, Failures: 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement