cakephp2-php8/cake/tests/cases/libs
mark_story 44c080d5ad Making all core classes throw CakeException subclasses, this allows developers to catch framework exceptions with one catch.
Adding package specific exceptions.
Replacing generic exceptions in the codebase with CakeException + package exceptions.
2010-12-11 19:26:10 -05:00
..
cache Changing some requires so things run smoother. 2010-12-04 17:53:57 -05:00
config 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
controller 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
error Making unknown errors with codes higher than 500 render as error500. 2010-12-11 13:30:29 -05:00
log Removing =& operators for construction of objects. 2010-11-12 23:05:44 -05:00
model Merge branch '1.3' into merger 2010-12-10 22:24:31 -05:00
route Removing =& operators for construction of objects. 2010-11-12 23:05:44 -05:00
session Fixing OpenTest license mentions to use MIT License 2010-10-03 12:31:21 -04:00
view 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
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 Updating schema shell test so it doesn't fail in groups. 2010-09-25 00:13:37 -04:00
all_components.test.php Updating schema shell test so it doesn't fail in groups. 2010-09-25 00:13:37 -04:00
all_configure.test.php Adding new test cases into configure suite. 2010-12-02 23:34:13 -05:00
all_controllers.test.php Moving 'group' files to top of the list. 2010-06-24 23:58:57 -04:00
all_database.test.php Pepending table name to index generation to avoid name clashes 2010-12-03 15:25:26 -04:30
all_error.test.php Moving error handling classes into a separate directory. 2010-11-28 12:27:51 -05:00
all_helpers.test.php Updating schema shell test so it doesn't fail in groups. 2010-09-25 00:13:37 -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 Adding the new group to AllTests. 2010-11-25 22:51:30 -05:00
all_localization.test.php Porting localization group to phpunit. 2010-06-21 21:56:31 -04:00
all_model.test.php Fixing file included in all_models. 2010-09-24 23:30:00 -04:00
all_routing.test.php Merge branch 'dispatcher-request' into 2.0 2010-11-15 22:42:54 -05: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_tests.test.php Adding the new group to AllTests. 2010-11-25 22:51:30 -05:00
all_views.test.php Updating @since tag and renaming AllCacheEngines test suite. 2010-06-21 21:48:23 -04:00
all_xml.test.php Removing xml helper. Use SimpleXML instead. 2010-07-26 21:39:45 -03:00
app.test.php Merge branch '2.0-config' into 2.0 2010-12-05 23:00:05 -05:00
cache.test.php Fixing OpenTest license mentions to use MIT License 2010-10-03 12:31:21 -04:00
cake_log.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_request.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_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 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_socket.test.php Fixing OpenTest license mentions to use MIT License 2010-10-03 12:31:21 -04:00
cake_test_case.test.php Merge branch '1.3' into merger 2010-11-16 21:48:13 -05:00
cake_test_fixture.test.php Fixing OpenTest license mentions to use MIT License 2010-10-03 12:31:21 -04:00
class_registry.test.php Fixing OpenTest license mentions to use MIT License 2010-10-03 12:31:21 -04:00
configure.test.php Adding a parameter to configured() to allow you to check if a particular config has been configured. 2010-12-04 22:57:33 -05:00
debugger.test.php Changing method names on CakeLog and Debugger to better reflect what they do. Updating test cases. 2010-11-25 22:51:28 -05:00
dispatcher.test.php Making Dispatcher test cases pass when Dispatcher expects a CakeRequest instead of a string. 2010-11-14 00:29:56 -05:00
file.test.php Replaced the *printf with i18n aliases by i18n aliases with params. 2010-12-04 23:37:13 -02:00
folder.test.php Merge branch '1.3' into merger 2010-11-20 23:14:33 -05:00
html_coverage_report.test.php Upgrading CodeCoverage repoting fo phpunit 3.5 2010-09-29 01:14:14 -04:30
http_socket.test.php Fixing OpenTest license mentions to use MIT License 2010-10-03 12:31:21 -04:00
i18n.test.php Fixing OpenTest license mentions to use MIT License 2010-10-03 12:31:21 -04:00
inflector.test.php Fixing OpenTest license mentions to use MIT License 2010-10-03 12:31:21 -04:00
l10n.test.php Removing =& operators for construction of objects. 2010-11-12 23:05:44 -05:00
magic_db.test.php Removing =& operators for construction of objects. 2010-11-12 23:05:44 -05:00
multibyte.test.php Fixing OpenTest license mentions to use MIT License 2010-10-03 12:31:21 -04:00
object.test.php Reworking parameter munging specific to requestAction into requestAction. Updating tests cases for Object. As request->data is an array() not null. And leading / is trimmed off of [url][url]. 2010-11-14 01:01:11 -05:00
object_collection.test.php Added tests for object collection 2010-11-27 12:09:43 -08:00
router.test.php Merge branch '1.3' into merger 2010-11-16 21:48:13 -05:00
sanitize.test.php Removing =& operators for construction of objects. 2010-11-12 23:05:44 -05:00
security.test.php Fixing OpenTest license mentions to use MIT License 2010-10-03 12:31:21 -04:00
set.test.php Merge branch '1.3' into merger 2010-12-10 22:24:31 -05:00
string.test.php Expanding String::wrap to be able to indent and start indenting at a specific offset. 2010-10-15 22:46:03 -04:00
test_manager.test.php Fixing OpenTest license mentions to use MIT License 2010-10-03 12:31:21 -04:00
validation.test.php Merge branch '1.3' into merger 2010-12-10 22:24:31 -05:00
xml.test.php Fixing issue where Xml would not read CDATA blocks. 2010-10-23 11:01:13 -04:00