summaryrefslogtreecommitdiffstats
path: root/tests/numeric_axis_test.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-06-06 08:49:03 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-06-06 08:49:03 +0000
commit8e4f782905f165b9834bff2e95d07884c1fa5bd6 (patch)
tree7ab180f36768b39a81235ba8883e38daf91c8806 /tests/numeric_axis_test.php
parent792f2f514e83efc794dd9cec3c07534c651b2a21 (diff)
downloadzetacomponents-graph-8e4f782905f165b9834bff2e95d07884c1fa5bd6.zip
zetacomponents-graph-8e4f782905f165b9834bff2e95d07884c1fa5bd6.tar.gz
- Fixed axis to use axis type based labeling methods, which results in better
labeling
Diffstat (limited to 'tests/numeric_axis_test.php')
-rw-r--r--tests/numeric_axis_test.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/numeric_axis_test.php b/tests/numeric_axis_test.php
index 440cfc2..67165ef 100644
--- a/tests/numeric_axis_test.php
+++ b/tests/numeric_axis_test.php
@@ -806,7 +806,7 @@ class ezcGraphNumericAxisTest extends ezcTestCase
// Y-Axis
$mockedRenderer
- ->expects( $this->at( 5 ) )
+ ->expects( $this->at( 7 ) )
->method( 'drawTextBox' )
->with(
$this->equalTo( new ezcGraphCoordinate( 100, 130 ) ),
@@ -816,7 +816,7 @@ class ezcGraphNumericAxisTest extends ezcTestCase
$this->equalTo( ezcGraph::RIGHT | ezcGraph::BOTTOM )
);
$mockedRenderer
- ->expects( $this->at( 6 ) )
+ ->expects( $this->at( 8 ) )
->method( 'drawTextBox' )
->with(
$this->equalTo( new ezcGraphCoordinate( 100, 70 ) ),
@@ -826,7 +826,7 @@ class ezcGraphNumericAxisTest extends ezcTestCase
$this->equalTo( ezcGraph::RIGHT | ezcGraph::BOTTOM )
);
$mockedRenderer
- ->expects( $this->at( 7 ) )
+ ->expects( $this->at( 9 ) )
->method( 'drawTextBox' )
->with(
$this->equalTo( new ezcGraphCoordinate( 100, 10 ) ),
OpenPOWER on IntegriCloud