diff options
author | Kore Nordmann <mail@kore-nordmann.de> | 2013-12-21 11:21:27 +0100 |
---|---|---|
committer | Kore Nordmann <mail@kore-nordmann.de> | 2013-12-21 11:21:27 +0100 |
commit | 323edff5f22cb8d116d0eb58083f9733e1f53126 (patch) | |
tree | 0b94afef7970cc061d4a9f62389d551e8c99036b /tests/pie_test.php | |
parent | 9cc895f7c21a380f0af248dfa5e4aa103b6c6046 (diff) | |
download | zetacomponents-graph-323edff5f22cb8d116d0eb58083f9733e1f53126.zip zetacomponents-graph-323edff5f22cb8d116d0eb58083f9733e1f53126.tar.gz |
Revert "Use non-local dependent formatting options everywhere"
This reverts commit 5273fe7e6d19a4bdad3d987540171ff3a55fe053.
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 2652d03..a6731d9 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' ); |