summaryrefslogtreecommitdiffstats
path: root/tests/numeric_axis_test.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-06-02 08:43:45 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-06-02 08:43:45 +0000
commite437ca9b6521056527107ff9b81281cfd52485bc (patch)
tree86dde4e82c6e4192eb311bdf64e59300eef83585 /tests/numeric_axis_test.php
parentf33ce6cab843a93c227464915d00e0580768d9d6 (diff)
downloadzetacomponents-graph-e437ca9b6521056527107ff9b81281cfd52485bc.zip
zetacomponents-graph-e437ca9b6521056527107ff9b81281cfd52485bc.tar.gz
- Added tests for line chart rendering
Diffstat (limited to 'tests/numeric_axis_test.php')
-rw-r--r--tests/numeric_axis_test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/numeric_axis_test.php b/tests/numeric_axis_test.php
index 46599c8..c902814 100644
--- a/tests/numeric_axis_test.php
+++ b/tests/numeric_axis_test.php
@@ -632,8 +632,8 @@ class ezcGraphNumericAxisTest extends ezcTestCase
public function testRenderNumericAxisMajor()
{
- try
- {
+ try
+ {
$chart = ezcGraph::create( 'Line' );
$chart->sample = array( 2000 => 1045, 1300, 1012, 1450 );
$chart->sample->color = '#FF0000';
OpenPOWER on IntegriCloud