Kaynağa Gözat

[ZF-6616] Zend_Locale:

- added testcase, issue not reproducable

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15547 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 yıl önce
ebeveyn
işleme
e0cdc36ddb
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      tests/Zend/Locale/FormatTest.php

+ 1 - 0
tests/Zend/Locale/FormatTest.php

@@ -122,6 +122,7 @@ class Zend_Locale_FormatTest extends PHPUnit_Framework_TestCase
     {
         $this->assertTrue( Zend_Locale_Format::isNumber('-1.234.567,12345',  array('locale' => 'de_AT')));
         $this->assertFalse(Zend_Locale_Format::isNumber('textwithoutnumber', array('locale' => 'de_AT')));
+        $this->assertFalse(Zend_Locale_Format::isNumber('', array('locale' => 'de_AT')));
     }
 
     /**