summaryrefslogtreecommitdiffstats
path: root/tests/palette_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/palette_test.php')
-rw-r--r--tests/palette_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/palette_test.php b/tests/palette_test.php
index 1223653..59e6c8d 100644
--- a/tests/palette_test.php
+++ b/tests/palette_test.php
@@ -313,7 +313,7 @@ class ezcGraphPaletteTest extends ezcTestCase
$this->assertEquals(
ezcGraphColor::fromHex( '#EEEEEC' ),
- $chart->options->background,
+ $chart->background->background,
'Chart background not set from pallet.'
);
}
OpenPOWER on IntegriCloud