21.6, 'testEstimateDefaultWordWidth' => 21.6, 'testEstimateWordWidthDifferentSize' => 30.1, 'testEstimateWordWidthDifferentSizeAndUnit' => 10.6, 'testEstimateBoldWordWidth' => 21.6, 'testEstimateMonospaceWordWidth' => 25.8, 'testFontStyleFallback' => 21.6, 'testUtf8FontWidth' => 21.6, 'testCustomFontWidthEstimation' => 51.6, ); public static function suite() { return new PHPUnit_Framework_TestSuite( __CLASS__ ); } /** * Get driver to test * * @return ezcDocumentPdfDriver */ protected function getDriver() { return new ezcDocumentPdfSvgDriver(); } } ?>