.. |
cache
|
Removing =& operators for construction of objects.
|
2010-11-12 23:05:44 -05:00 |
config
|
Trimming whitespace and adding a file header.
|
2010-11-28 21:11:18 -05:00 |
controller
|
Adding support for userPath in IniAcl.
|
2010-11-28 21:22:10 -05:00 |
error
|
Moving error handling classes into a separate directory.
|
2010-11-28 12:27:51 -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
|
Removing constant checks, they aren't used anymore.
|
2010-11-21 15:13:33 -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
|
Removing constant checks, they aren't used anymore.
|
2010-11-21 15:13:33 -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
|
Moving AppTest into a separate file.
|
2010-11-14 13:06:25 -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
|
Moving console and database groups to PHPUnit.
|
2010-06-25 23:36:08 -04:00 |
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
|
Created the HttpResponse to get HttpSocket responses.
|
2010-12-14 00:16:45 -02:00 |
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
|
Fixing the result of App::import() when name of class have slash.
|
2010-11-29 22:37:08 -02:00 |
cache.test.php
|
Fixing OpenTest license mentions to use MIT License
|
2010-10-03 12:31:21 -04:00 |
cake_log.test.php
|
Removing logError from CakeLog, it will be moved into ErrorHandler::handleError()
|
2010-11-25 22:51:29 -05:00 |
cake_request.test.php
|
Merge branch '2.0' into 2.0-view
|
2010-11-13 21:03:54 -05:00 |
cake_response.test.php
|
Improving the CakeResponse::cache() method
|
2010-10-03 19:27:08 -04:30 |
cake_session.test.php
|
Fixing OpenTest license mentions to use MIT License
|
2010-10-03 12:31:21 -04:00 |
cake_socket.test.php
|
Added tests to thown in connect.
|
2010-11-09 21:00:57 -02: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
|
Removing dead tests and updating ones to reflect changes in how Configure works.
|
2010-11-25 22:51:29 -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
|
Removing =& operators for construction of objects.
|
2010-11-12 23:05:44 -05: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_response.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 |
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 |
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-11-20 23:14:33 -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
|
Changing the @license tag on test files, as tests can now be MIT like
|
2010-10-03 12:27:27 -04:00 |
xml.test.php
|
Fixing issue where Xml would not read CDATA blocks.
|
2010-10-23 11:01:13 -04:00 |