diff options
Diffstat (limited to 'tests/image_map_test.php')
-rw-r--r-- | tests/image_map_test.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/image_map_test.php b/tests/image_map_test.php index 437613c..92cf5b4 100644 --- a/tests/image_map_test.php +++ b/tests/image_map_test.php @@ -140,6 +140,7 @@ class ezcGraphImageMapTest extends ezcTestCase $chart = new ezcGraphLineChart(); $chart->driver = new ezcGraphGdDriver(); + $chart->options->font->path = dirname( __FILE__ ) . '/data/font.ttf'; $chart->palette = new ezcGraphPaletteBlack(); $chart->data['sampleData'] = new ezcGraphArrayDataSet( array( 'sample 1' => 234, 'sample 2' => 21, 'sample 3' => 324, 'sample 4' => 120, 'sample 5' => 1) ); |