mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
typo in number test
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5174 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
75f04aebd9
commit
04859e37fc
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class NumberTest extends UnitTestCase {
|
|||
}
|
||||
|
||||
function testFormatAndCurrency() {
|
||||
$value = '1001001001';
|
||||
$value = '100100100';
|
||||
|
||||
$result = $this->Helper->format($value, '#');
|
||||
$expected = '#100,100,100';
|
||||
|
|
Loading…
Reference in a new issue