cakephp2-php8/lib/Cake/Test/Case/View/Helper
mark_story 506051f688 Correct input generation for postgres numeric types.
Numeric types in postgres are treated like decimals, except they can
have no length, precision or scale components defined.

IE does not accept 1.00000 as a valid step attribute so we'll default to
any when we encounter decimal types with no length.

Refs #7497
2015-10-01 21:46:21 -04:00
..
CacheHelperTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
FlashHelperTest.php Fix failing tests. 2015-06-26 22:04:00 -04:00
FormHelperTest.php Correct input generation for postgres numeric types. 2015-10-01 21:46:21 -04:00
HtmlHelperTest.php Merge branch '2.6' into 2.7 2015-06-25 21:50:47 -04:00
JqueryEngineHelperTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
JsHelperTest.php Fix verification of expected invocations #2919 2014-03-01 19:06:17 +01:00
MootoolsEngineHelperTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
NumberHelperTest.php more missing doc block tags added 2014-04-02 03:02:37 +02:00
PaginatorHelperTest.php Adjust tests. 2015-06-21 12:13:09 +02:00
PrototypeEngineHelperTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
RssHelperTest.php Merge branch 'master' into 2.5 2013-11-25 23:15:15 -05:00
SessionHelperTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
TextHelperTest.php Merge branch 'master' into 2.7 2015-02-26 12:50:35 -05:00
TimeHelperTest.php fixes failing test cases from last CakeTime::timeAgoInWords changes 2014-10-01 11:09:00 +02:00