diff options
author | Kore Nordmann <mail@kore-nordmann.de> | 2013-12-21 11:01:31 +0100 |
---|---|---|
committer | Kore Nordmann <mail@kore-nordmann.de> | 2013-12-21 11:01:31 +0100 |
commit | 5273fe7e6d19a4bdad3d987540171ff3a55fe053 (patch) | |
tree | 8216fe63718b989046685d4be60ae856cdfa47d3 /tests/pie_test.php | |
parent | 1211da284912d3f01fcf199d7c2fc24e207d41f3 (diff) | |
download | zetacomponents-graph-5273fe7e6d19a4bdad3d987540171ff3a55fe053.zip zetacomponents-graph-5273fe7e6d19a4bdad3d987540171ff3a55fe053.tar.gz |
Use non-local dependent formatting options everywhere
Diffstat (limited to 'tests/pie_test.php')
-rw-r--r-- | tests/pie_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pie_test.php b/tests/pie_test.php index a6731d9..2652d03 100644 --- a/tests/pie_test.php +++ b/tests/pie_test.php @@ -68,7 +68,7 @@ class ezcGraphPieChartTest extends ezcGraphTestCase $options = new ezcGraphPieChartOptions(); $this->assertSame( - '%1$s: %2$d (%3$.1f%%)', + '%1$s: %2$d (%3$.1F%%)', $options->label, 'Wrong default value for property label in class ezcGraphPieChartOptions' ); |