diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-06-14 16:03:27 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-06-14 16:03:27 +0000 |
commit | 2c5e5f42459c3d5eaa4d0f118d0ebec277216a1e (patch) | |
tree | 1598122a4c0cd2a88cc9e59d58b52601e0271364 /tests/palette_test.php | |
parent | ccd7c75ecbaa8f13af316b14d7a4162b6a54819d (diff) | |
download | zetacomponents-graph-2c5e5f42459c3d5eaa4d0f118d0ebec277216a1e.zip zetacomponents-graph-2c5e5f42459c3d5eaa4d0f118d0ebec277216a1e.tar.gz |
- Renamed X_axis and Y_axis to xAxis and yAxis
Diffstat (limited to 'tests/palette_test.php')
-rw-r--r-- | tests/palette_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/palette_test.php b/tests/palette_test.php index 7d2ed2a..fab2f97 100644 --- a/tests/palette_test.php +++ b/tests/palette_test.php @@ -352,7 +352,7 @@ class ezcGraphPaletteTest extends ezcTestCase $this->assertEquals( ezcGraphColor::fromHex( '#2E3436' ), - $chart->X_axis->border, + $chart->xAxis->border, 'Chart background not set from pallet.' ); } |