summaryrefslogtreecommitdiffstats
path: root/tests/line_test.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-09-11 08:41:25 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-09-11 08:41:25 +0000
commitb269dab61f162292ba4ad1f3cb400e182be23cee (patch)
tree0d70d5e446cd956427478ae04120383e7c7e0c08 /tests/line_test.php
parentb2f80e187bc61f0e9510c5cff18f6bb8e8eac4e6 (diff)
downloadzetacomponents-graph-b269dab61f162292ba4ad1f3cb400e182be23cee.zip
zetacomponents-graph-b269dab61f162292ba4ad1f3cb400e182be23cee.tar.gz
- Skip tests if extension or extension feature is not available
Diffstat (limited to 'tests/line_test.php')
-rw-r--r--tests/line_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/line_test.php b/tests/line_test.php
index e0a03d7..c19200f 100644
--- a/tests/line_test.php
+++ b/tests/line_test.php
@@ -39,7 +39,7 @@ class ezcGraphLineChartTest extends ezcTestCase
{
$this->markTestSkipped( "These tests required atleast PHP 5.1.3" );
}
- $this->tempDir = $this->createTempDir( 'ezcGraphGdDriverTest' . sprintf( '_%03d_', ++$i ) ) . '/';
+ $this->tempDir = $this->createTempDir( __CLASS__ . sprintf( '_%03d_', ++$i ) ) . '/';
$this->basePath = dirname( __FILE__ ) . '/data/';
}
OpenPOWER on IntegriCloud