- added testcase, issue not reproducable git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15547 44c647ce-9c0f-0410-b52a-842ac1e357ba
@@ -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')));
}
/**