summaryrefslogtreecommitdiffstats
path: root/tests/pie_test.php
diff options
context:
space:
mode:
authorKore Nordmann <mail@kore-nordmann.de>2013-12-21 11:21:27 +0100
committerKore Nordmann <mail@kore-nordmann.de>2013-12-21 11:21:27 +0100
commit323edff5f22cb8d116d0eb58083f9733e1f53126 (patch)
tree0b94afef7970cc061d4a9f62389d551e8c99036b /tests/pie_test.php
parent9cc895f7c21a380f0af248dfa5e4aa103b6c6046 (diff)
downloadzetacomponents-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.php2
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'
);
OpenPOWER on IntegriCloud