cakephp2-php8/cake/tests/cases/libs
2011-03-26 00:04:25 -04:00
..
cache Removing duplicate package string. 2011-03-12 12:06:10 -05:00
config Ini/Php readers now read files with/without extension. 2011-01-23 20:27:46 -02:00
controller fixed failing testcase for Auth component, closes #1607 2011-03-23 23:48:22 +01:00
error Fixing tests that were failing due to missing methods, and changes in CakeRoute. 2011-03-10 22:01:56 -05:00
http Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
log Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
model Removing reference operators from function signatures. Fixes #1223 2011-03-26 00:04:25 -04:00
route Moving pass key restructuring into CakeRoute. 2011-03-03 07:30:22 -05:00
session Fixing test cases and code from merge with 1.3 2011-01-18 20:20:49 -05:00
view added extra tests for changed view file extension 2011-03-25 23:27:42 -04:00
all_behaviors.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
all_cache_engines.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
all_components.test.php Updating group test case, and fixing test case classname. 2011-02-03 22:46:26 -05:00
all_configure.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
all_controllers.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
all_database.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
all_error.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
all_helpers.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
all_js_helpers.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
all_libs.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
all_localization.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
all_model.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
all_routing.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
all_socket.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
all_test_suite.test.php Removing TestManager from the group tests. 2011-02-13 14:56:35 -05:00
all_tests.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
all_views.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
all_xml.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
app.test.php Added support for using plugin syntax in App::objects(). Fixes #1366 2011-01-03 19:27:21 -08:00
cache.test.php Fixing incorrect test case. Thanks to hiromi2424 for pointing out the mistake. 2011-03-14 21:13:24 -04:00
cake_log.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
cake_request.test.php Adding CakeRequest::here() for getting complete 'here' values including query string parameters. $request->here does not include query string params. 2011-03-02 21:46:28 -05:00
cake_response.test.php Making all core classes throw CakeException subclasses, this allows developers to catch framework exceptions with one catch. 2010-12-11 19:26:10 -05:00
cake_session.test.php Fixing test cases and code from merge with 1.3 2011-01-18 20:20:49 -05:00
cake_socket.test.php Fixing test that didn't fail as expected. 2011-02-20 22:33:10 -05:00
cake_test_case.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
cake_test_fixture.test.php Merge branch '1.3' into merger 2011-03-01 22:21:44 -05:00
class_registry.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
configure.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
controller_test_case.test.php Removing $request->query[url]. This simulated value is also available at $request->url, and having it in the query array confuses things, as GET[url] no longer exists. 2011-02-20 21:52:20 -05:00
debugger.test.php Removing $request->query[url]. This simulated value is also available at $request->url, and having it in the query array confuses things, as GET[url] no longer exists. 2011-02-20 21:52:20 -05:00
dispatcher.test.php Removing calls to Dispatcher::_stop(). Updating tests. Fixes #1578 2011-03-09 22:27:19 -05:00
file.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
folder.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
html_coverage_report.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
http_response.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
http_socket.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
i18n.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
inflector.test.php Removing deprecated parameter from Inflector::slug(), use Inflector::rules() instead. 2011-03-23 22:31:27 -04:00
l10n.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
magic_db.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
multibyte.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
object.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
object_collection.test.php Removing the last vestiges of the enable parameter. 2011-01-18 19:33:57 -05:00
router.test.php Moving appending of prefix to action into the Router. This makes Router::parse() always return what you get in the controller. 2011-03-10 22:04:46 -05:00
sanitize.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
security.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
set.test.php Making Set::filter() only operate on arrays. 2011-01-09 22:34:36 -05:00
string.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
validation.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
xml.test.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00