Changed the names to match the PECL nomenclature
[phpCairo.git] / phpCairo / tests / CairoFontOptions__get_hint_style.phpt
blob3b8f13b2b47364b060b6d9136831d4aa07a8bfcc
1 --TEST--
2 CairoFontOptions::get_hint_style() member function
3 --SKIPIF--
4 <?php 
6 if(!extension_loaded('phpCairo')) die('skip ');
8  ?>
9 --FILE--
10 <?php
11 echo 'OK'; // no test case for this function yet
13 --EXPECT--