.. |
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
|
Fixing more strict warnings.
|
2010-12-18 00:03:03 -05:00 |
error
|
Fixing more strict warnings.
|
2010-12-18 00:03:03 -05:00 |
http
|
Fixed basic proxy test.
|
2010-12-15 01:54:37 -02:00 |
log
|
Removing =& operators for construction of objects.
|
2010-11-12 23:05:44 -05:00 |
model
|
Fixing more strict errors and usage errors in BehaviorCollection test.
|
2010-12-12 17:42:40 -05:00 |
route
|
Adding query string generation into CakeRoute. This removes one more task from Router. Tests added
|
2010-12-18 16:44:21 -05:00 |
session
|
Fixing OpenTest license mentions to use MIT License
|
2010-10-03 12:31:21 -04:00 |
view
|
Removing garbage from Paginator test cases.
|
2010-12-18 15:48:14 -05:00 |
all_behaviors.test.php
|
Adding containable to the AllBehaviors test as it now runs.
|
2010-12-12 17:40:41 -05: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
|
Added ObjectCollection test to libs group
|
2010-12-14 20:01:31 -08: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
|
Fixed the define name to run all socket tests.
|
2010-12-15 02:02:51 -02:00 |
all_test_suite.test.php
|
Added ControllerTestCase class for testing controllers. Fixes #1244
|
2010-12-14 19:58:27 -08:00 |
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
|
Removing CakeSession::watch() and CakeSession::ignore(). You should use logging, or an interactive debugger instead.
|
2010-12-14 22:35:43 -05:00 |
cake_socket.test.php
|
Fixing failing tests.
|
2010-12-15 22:08:24 -05: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 |
controller_test_case.test.php
|
Removing duplicate class definition that could cause test suite inconsistencies.
|
2010-12-15 23:33:00 -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
|
Fixing more strict warnings.
|
2010-12-12 21:02:42 -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
|
Fixing more strict warnings.
|
2010-12-12 21:02:42 -05:00 |
html_coverage_report.test.php
|
Upgrading CodeCoverage repoting fo phpunit 3.5
|
2010-09-29 01:14:14 -04:30 |
http_response.test.php
|
Updated to HttpSocket, HttpResponse and CakeSocket use SocketException.
|
2010-12-15 02:01:00 -02:00 |
http_socket.test.php
|
Removed parseHeader from HttpSocket (it was not used). Moved the tests of parseHeader to HttpResponse.
|
2010-12-14 11:05:37 -02: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
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2010-12-14 20:30:58 -08:00 |
router.test.php
|
Router tests all pass now.
|
2010-12-18 14:26:45 -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
|
Fixing more strict warnings.
|
2010-12-12 21:09:56 -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
|
Fixing more strict warnings.
|
2010-12-12 21:09:56 -05:00 |
xml.test.php
|
Fixing issue where Xml would not read CDATA blocks.
|
2010-10-23 11:01:13 -04:00 |