unit test failure on 4.5 (Moodle master branch) with music icon due to missing fallback.

Issue #211 resolved
Dan Marsden created an issue
  1. core\output\icon_system_fontawesome_test::test_svg_fallback
    No SVG equivalent found for 'format_tiles:tileicon/music'
    Failed asserting that false is true.

/var/www/html/lib/tests/output/icon_system_fontawesome_test.php:56
/var/www/html/lib/phpunit/classes/advanced_testcase.php:72

Comments (7)

  1. David Watson repo owner

    Thanks Dan I have fixed in master and that will go into other branches on next release

  2. Benjamin Walker

    Hi David,

    Since star-o was deleted in that commit I'm now getting the same test failing on star-o in 4.4:

    1) core\output\icon_system_fontawesome_test::test_svg_fallback
    No SVG equivalent found for 'format_tiles:star-o'
    Failed asserting that false is true.
    
    /var/www/site/lib/tests/output/icon_system_fontawesome_test.php:56
    /var/www/site/lib/phpunit/classes/advanced_testcase.php:72
    

  3. David Watson repo owner

    Thanks for the additional report Benjamin. This will be fixed in the next releases.

  4. Log in to comment