summaryrefslogtreecommitdiffstats
path: root/tests/numeric_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/numeric_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/numeric_axis_test.php')
-rw-r--r--tests/numeric_axis_test.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/numeric_axis_test.php b/tests/numeric_axis_test.php
index 34735da..e1d4316 100644
--- a/tests/numeric_axis_test.php
+++ b/tests/numeric_axis_test.php
@@ -606,7 +606,7 @@ class ezcGraphNumericAxisTest extends ezcTestCase
$mockedRenderer = $this->getMock( 'ezcGraphRenderer2D', array(
'drawLine',
- ) );
+ ), array(), 'mocked_ezcGraphRenderer2D_' . __FUNCTION__ );
// Y-Axis
// Base line
@@ -642,7 +642,7 @@ class ezcGraphNumericAxisTest extends ezcTestCase
$mockedRenderer = $this->getMock( 'ezcGraphRenderer2D', array(
'drawLine',
- ) );
+ ), array(), 'mocked_ezcGraphRenderer2D_' . __FUNCTION__ );
// Y-Axis
// Major step lines
@@ -706,7 +706,7 @@ class ezcGraphNumericAxisTest extends ezcTestCase
$mockedRenderer = $this->getMock( 'ezcGraphRenderer2D', array(
'drawLine',
- ) );
+ ), array(), 'mocked_ezcGraphRenderer2D_' . __FUNCTION__ );
// Y-Axis
// Minor step lines
@@ -771,7 +771,7 @@ class ezcGraphNumericAxisTest extends ezcTestCase
$mockedRenderer = $this->getMock( 'ezcGraphRenderer2D', array(
'drawTextBox',
- ) );
+ ), array(), 'mocked_ezcGraphRenderer2D_' . __FUNCTION__ );
// Y-Axis
$mockedRenderer
OpenPOWER on IntegriCloud