summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-05-29 14:04:41 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-05-29 14:04:41 +0000
commitdf6969d0a84ea8d4aa7ba0543ff48f556fad8363 (patch)
treede1f7db9510d476e13cda644ba2c30d9bf890627 /tests
parent3516d7a8ebfb631e83347a9197b7357c3ade0844 (diff)
downloadzetacomponents-graph-df6969d0a84ea8d4aa7ba0543ff48f556fad8363.zip
zetacomponents-graph-df6969d0a84ea8d4aa7ba0543ff48f556fad8363.tar.gz
- Use PHPs image type constants instead of custom ones
Diffstat (limited to 'tests')
-rw-r--r--tests/driver_gd_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/driver_gd_test.php b/tests/driver_gd_test.php
index d97fec1..c97a59d 100644
--- a/tests/driver_gd_test.php
+++ b/tests/driver_gd_test.php
@@ -49,7 +49,7 @@ class ezcGraphGdDriverTest extends ezcTestCase
$this->driver = new ezcGraphGdDriver();
$this->driver->options->width = 200;
$this->driver->options->height = 100;
- $this->driver->options->imageFormat = ezcGraphGdDriver::PNG;
+ $this->driver->options->imageFormat = IMG_PNG;
}
/**
OpenPOWER on IntegriCloud