summaryrefslogtreecommitdiffstats
path: root/tests/labeled_axis_test.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-05-31 11:17:50 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-05-31 11:17:50 +0000
commit62c59597749825a752cd156605b72a6b7b123a17 (patch)
treec08687f08b32e7b336baebeef7baed05e262bea0 /tests/labeled_axis_test.php
parentbe71d4bacef6f010a54df59356f97727a932de43 (diff)
downloadzetacomponents-graph-62c59597749825a752cd156605b72a6b7b123a17.zip
zetacomponents-graph-62c59597749825a752cd156605b72a6b7b123a17.tar.gz
- Fixed axis tests to use custom class names for mocked classes
Diffstat (limited to 'tests/labeled_axis_test.php')
-rw-r--r--tests/labeled_axis_test.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/labeled_axis_test.php b/tests/labeled_axis_test.php
index 180c247..a2648da 100644
--- a/tests/labeled_axis_test.php
+++ b/tests/labeled_axis_test.php
@@ -354,7 +354,7 @@ class ezcGraphLabeledAxisTest extends ezcTestCase
$mockedRenderer = $this->getMock( 'ezcGraphRenderer2D', array(
'drawLine',
- ) );
+ ), array(), 'mocked_ezcGraphRenderer2D' . __FUNCTION__ );
// X-Axis
$mockedRenderer
@@ -389,7 +389,7 @@ class ezcGraphLabeledAxisTest extends ezcTestCase
$mockedRenderer = $this->getMock( 'ezcGraphRenderer2D', array(
'drawLine',
- ) );
+ ), array(), 'mocked_ezcGraphRenderer2D' . __FUNCTION__ );
// X-Axis
$mockedRenderer
@@ -460,7 +460,7 @@ class ezcGraphLabeledAxisTest extends ezcTestCase
$mockedRenderer = $this->getMock( 'ezcGraphRenderer2D', array(
'drawTextBox',
- ) );
+ ), array(), 'mocked_ezcGraphRenderer2D' . __FUNCTION__ );
// Y-Axis
$mockedRenderer
OpenPOWER on IntegriCloud