Browse Source

Fix #73582: Failing ext/gd/tests/imagettftext_charmap_order.phpt

This test is not supposed to work with JIS-mapped Japanese font support
enabled.
pull/1500/merge
Christoph M. Becker 9 years ago
parent
commit
7f529e3dee
  1. 1
      ext/gd/tests/imagettftext_charmap_order.phpt

1
ext/gd/tests/imagettftext_charmap_order.phpt

@ -4,6 +4,7 @@ Font charmap order is deterministic based on order in the font, use the selected
<?php <?php
if(!extension_loaded('gd')){ die('skip gd extension not available'); } if(!extension_loaded('gd')){ die('skip gd extension not available'); }
if(!function_exists('imagettftext')) die('skip imagettftext() not available'); if(!function_exists('imagettftext')) die('skip imagettftext() not available');
if(gd_info()['JIS-mapped Japanese Font Support']) die('skip JIS-mapped Japanese Font Support not supported');
?> ?>
--FILE-- --FILE--
<?php <?php

Loading…
Cancel
Save