Author: FabianLange
Date: 2010-03-23 18:59:44 +0100 (Tue, 23 Mar 2010)
New Revision: 28729
Modified:
branches/1.3/test/unit/helper/NumberHelperTest.php
branches/1.4/test/unit/helper/NumberHelperTest.php
Log:
fixed test count :)
Modified: branches/1.3/test/unit/helper/NumberHelperTest.php
===================================================================
--- branches/1.3/test/unit/helper/NumberHelperTest.php 2010-03-23 17:16:18 UTC
(rev 28728)
+++ branches/1.3/test/unit/helper/NumberHelperTest.php 2010-03-23 17:59:44 UTC
(rev 28729)
@@ -11,7 +11,7 @@
require_once(dirname(__FILE__).'/../../bootstrap/unit.php');
require_once(dirname(__FILE__).'/../../../lib/helper/NumberHelper.php');
-$t = new lime_test(10);
+$t = new lime_test(12);
// format_number()
$t->diag('format_number()');
Modified: branches/1.4/test/unit/helper/NumberHelperTest.php
===================================================================
--- branches/1.4/test/unit/helper/NumberHelperTest.php 2010-03-23 17:16:18 UTC
(rev 28728)
+++ branches/1.4/test/unit/helper/NumberHelperTest.php 2010-03-23 17:59:44 UTC
(rev 28729)
@@ -11,7 +11,7 @@
require_once(dirname(__FILE__).'/../../bootstrap/unit.php');
require_once(dirname(__FILE__).'/../../../lib/helper/NumberHelper.php');
-$t = new lime_test(10);
+$t = new lime_test(12);
// format_number()
$t->diag('format_number()');
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.