cakephp2-php8/cake/tests/cases/libs/view/helpers
2009-11-24 20:23:23 -05:00
..
ajax.test.php Fixing test broken in [8136]. Adding Configure::write() to prevent fails when running helpers as a group. 2009-04-15 02:14:04 +00:00
cache.test.php Fixing $cacheAction requiring the inclusion of the controller name for view cache files to be generated. This behavior makes the cache helper behave as documented. 2009-11-02 00:07:02 -05:00
form.test.php Adding test to form helper to increase code coverage. 2009-11-13 09:45:25 -05:00
html.test.php Fixing HtmlHelper::css, and JavascriptHelper::link so that files containing the asset extension always get the extension added. Test cases added. Refs #139 2009-10-02 12:53:20 -04:00
javascript.test.php Updating Javacsript helper to use a real skipIf 2009-10-31 14:25:52 -04:00
js.test.php Updating tests to not affect other ones when run from a group 2009-03-21 23:55:39 +00:00
number.test.php Changing package of tests from "cake.tests" to "cake". 2009-03-18 17:55:58 +00:00
paginator.test.php Adding tests for array_diff_key() in php4. Increasing test compatibility with php4 2009-08-03 19:24:38 +00:00
rss.test.php Changing package of tests from "cake.tests" to "cake". 2009-03-18 17:55:58 +00:00
session.test.php Doing a little optimization for php 5.1 <, also fixing tests on Windows. Fixes #155. 2009-10-15 18:09:58 -03:00
text.test.php fixes Text::toList to allow passing array( 1=>"abc", 2=>"abc" ) and the updated test case 2009-11-24 20:23:23 -05:00
time.test.php Making the test more clear by avoind +-2 days thing. Fixes #186. 2009-10-21 19:19:21 -02:00
xml.test.php Fixing XmlHelper::elem() when value is null and cdata = true. Removing empty invalid tag. 2009-09-24 22:43:31 -04:00