Advertisement
stronk7

Untitled

Jan 8th, 2020
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. $ vendor/bin/phpunit -v "core_scss_testcase" lib/tests/scss_test.php
  2. Moodle 3.9dev (Build: 20200103), c55402486bfefe81a1c102f36158de17e1dacd12
  3. Php: 7.2.26, pgsql: 9.6.16, OS: Darwin 19.2.0 x86_64
  4. PHPUnit 7.5.18 by Sebastian Bergmann and contributors.
  5.  
  6. Runtime: PHP 7.2.26
  7. Configuration: /Users/stronk7/git_moodle/testing/phpunit.xml
  8.  
  9. .......F 8 / 8 (100%)
  10.  
  11. Time: 1.32 seconds, Memory: 56.25 MB
  12.  
  13. There was 1 failure:
  14.  
  15. 1) core_scss_testcase::test_scss_compilation_with_sassc with data set "nested" ('nav {\n ... }', 'nav ul {\n margin: 0;\n pad...e; }\n')
  16. Failed asserting that two strings are identical.
  17. --- Expected
  18. +++ Actual
  19. @@ @@
  20. margin: 0;
  21. padding: 0;
  22. list-style: none; }
  23. +
  24. nav li {
  25. display: inline-block; }
  26. +
  27. nav a {
  28. display: block;
  29. padding: 6px 12px;
  30. text-decoration: none; }
  31. '
  32.  
  33. /Users/stronk7/git_moodle/testing/lib/tests/scss_test.php:152
  34. /Users/stronk7/git_moodle/testing/lib/phpunit/classes/advanced_testcase.php:80
  35.  
  36. To re-run:
  37. vendor/bin/phpunit -v "core_scss_testcase" lib/tests/scss_test.php
  38.  
  39. FAILURES!
  40. Tests: 8, Assertions: 8, Failures: 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement