summaryrefslogtreecommitdiffstats
path: root/tests/line_test.php
diff options
context:
space:
mode:
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