cakephp2-php8/cake/tests/cases/libs
2010-09-18 00:45:29 -04:00
..
cache Merge branch '1.3' into 2.0 2010-09-12 13:35:46 -04:00
controller Updating EmailComponent to use new methods on the ComponentCollection to ensure it always has a controller reference. 2010-09-14 23:02:38 -04:00
log Changing require for App::import() so tests are more composable. 2010-06-21 22:27:50 -04:00
model Merge branch '1.3' into 2.0 2010-09-12 13:35:46 -04:00
route Updating test case to use new Router constants. 2010-05-04 23:05:45 -04:00
session Adding some tests for the constructor. 2010-09-06 01:21:58 -04:00
view Removing assignment of reference to theme view. 2010-09-14 23:13:00 -04:00
all_behaviors.test.php Renaming model_behavior test to behavior_collection test as that's the class that contains the tested methods. 2010-09-06 13:51:42 -04:00
all_cache_engines.test.php Fixing comment. 2010-06-21 21:49:52 -04:00
all_components.test.php Moving all components suite. 2010-08-10 23:34:20 -04:00
all_configure.test.php Migrating configure group test to phpunit and fixing docs 2010-06-24 09:38:49 -04:30
all_controllers.test.php Moving 'group' files to top of the list. 2010-06-24 23:58:57 -04:00
all_database.test.php Moving console and database groups to PHPUnit. 2010-06-25 23:36:08 -04:00
all_helpers.test.php Removing the last exclusion from the AllHelper group. 2010-08-26 23:31:25 -04:00
all_js_helpers.test.php Moving 'group' files to top of the list. 2010-06-24 23:58:57 -04:00
all_libs.test.php Updating bootstrap process in CLI to match the one in web. 2010-08-30 22:59:10 -04:00
all_localization.test.php Porting localization group to phpunit. 2010-06-21 21:56:31 -04:00
all_model.test.php Migrating configure group test to phpunit and fixing docs 2010-06-24 09:38:49 -04:30
all_routing.test.php Adding CakeRoute and PluginShortRoute to the test suite for routing. 2010-07-01 17:50:35 -04:00
all_socket.test.php Migrating configure group test to phpunit and fixing docs 2010-06-24 09:38:49 -04:30
all_test_suite.test.php Migrating Test Suite group to phpunit 2010-06-24 10:53:56 -04:30
all_views.test.php Updating @since tag and renaming AllCacheEngines test suite. 2010-06-21 21:48:23 -04:00
all_xml.test.php Porting Xml group test to PHPUnit. 2010-06-21 21:50:38 -04:00
cache.test.php Making Cache methods always need a config name. This allows the removal of hidden and often confusing state that gets remembered by Cache each time config() is called. Removing the hidden state makes Cache more predictable. 2010-09-18 00:45:29 -04:00
cake_log.test.php Merge branch '2.0' into 2.0-phpunit 2010-05-30 22:13:09 -04:00
cake_request.test.php Adding tests for writing falsey values. 2010-09-12 14:08:17 -04:00
cake_response.test.php Adding test case for CakeResponse::mapType() 2010-08-02 19:33:09 -04:30
cake_session.test.php Adding a call to session_destroy() to remove the session data. This fixes the issue where data would not be totally destroyed. Fixes #1089 2010-09-08 22:05:53 -04:00
cake_socket.test.php Merge branch '2.0' into 2.0-phpunit 2010-05-30 22:13:09 -04:00
cake_test_case.test.php Fixing issue with fixtures not being unloaded if the test method throws exceptions or fails in some unexpected way 2010-05-31 23:07:21 -04:30
cake_test_fixture.test.php Merge branch '1.3' into 2.0-merge 2010-08-15 23:09:02 -04:00
class_registry.test.php Removing PHP5 and all its uses. 2010-07-05 22:19:22 -04:00
configure.test.php Fixing failing test. 2010-07-10 11:32:12 -04:00
debugger.test.php Making debugger test case pass. 2010-09-09 22:58:34 -04:00
error_handler.test.php Renaming exceptions to not use Error400, Error500. Instead HTTP status words are used. 2010-09-05 02:05:31 -04:00
file.test.php Merge branch '2.0-phpunit' into 2.0 2010-06-28 22:31:35 -04:00
folder.test.php Merge branch '1.3' into 2.0-merge 2010-08-15 23:09:02 -04:00
html_coverage_report.test.php Adding tests for generating method coverage with the reporter. 2010-05-12 22:43:44 -04:00
http_socket.test.php Merge branch '1.3' into 2.0 2010-07-24 22:34:42 -04:00
i18n.test.php Merge remote branch 'origin/1.3' into 2.0 2010-05-20 12:22:04 +10:00
inflector.test.php Merge branch '1.3' into 2.0-merge 2010-08-15 23:09:02 -04:00
l10n.test.php Adding additional test cases for nld, dut, and nl. Closes #795 2010-06-07 23:10:53 -04:00
magic_db.test.php Removing closing PHP tags. 2010-05-11 08:27:28 +10:00
multibyte.test.php Merge branch '2.0' into 2.0-phpunit 2010-05-30 22:13:09 -04:00
object.test.php Merge branch '1.3' into 2.0-merge 2010-08-15 23:09:02 -04:00
router.test.php Merge branch '2.0-request' into 2.0 2010-08-27 23:31:41 -04:30
sanitize.test.php Merge branch '1.3' into 2.0 2010-07-24 22:34:42 -04:00
security.test.php Merge branch '2.0' into 2.0-phpunit 2010-05-30 22:13:09 -04:00
set.test.php Reformatting some code in Set::classicExtract test case. 2010-09-12 14:19:36 -04:00
string.test.php Merge branch '1.3' into 2.0-merge 2010-08-15 23:09:02 -04:00
test_manager.test.php Removing test method for testing inclusion of "test groups", as we're dropping supoort in TestManager to load groups in favor of composing test suites in phpunit 2010-06-24 10:36:16 -04:30
validation.test.php Calling parent methods from overridden methods. Deleting commented garbage test. 2010-06-21 22:53:30 -04:00
xml.test.php Merge branch '2.0' into 2.0-phpunit 2010-05-30 22:13:09 -04:00