.. |
cache
|
Fixing failing tests because cache paths did not have trailing / on them.
|
2010-07-11 23:16:56 -04:00 |
controller
|
Added RequestObject output in place of Controller:$output whicch no longer exists.
|
2010-08-28 15:15:23 +10:00 |
log
|
Changing require for App::import() so tests are more composable.
|
2010-06-21 22:27:50 -04:00 |
model
|
Merge branch '2.0' into 2.0-helpers
|
2010-08-16 23:02:44 -04:00 |
route
|
Updating test case to use new Router constants.
|
2010-05-04 23:05:45 -04:00 |
session
|
Making session storage classes not static, there was no real reason they were static before, and removing the static methods allows them to have constructors. This will allow moving database specific features from CakeSession to DatabaseSession.
|
2010-09-06 00:43:58 -04:00 |
view
|
Making view + helpers groups pass.
|
2010-08-28 00:40:12 -04:00 |
all_behaviors.test.php
|
Porting Behavior group to PHPUnit. Containable is commented out because its test crashes the group.
|
2010-06-24 23:59:06 -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
|
Porting Libs group to PHP Unit.
|
2010-06-21 22:55:12 -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::write() trigger warnings when a cache engine returns false from a write. Tests added. Fixes #877
|
2010-07-23 21:40:57 -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 another test.
|
2010-08-22 00:54:55 -04:00 |
cake_response.test.php
|
Adding test case for CakeResponse::mapType()
|
2010-08-02 19:33:09 -04:30 |
cake_session.test.php
|
Updating test case to use autoRegenerate.
|
2010-07-27 22:27:43 -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
|
Adding a restore_error_handler() so the Debugger test doesn't interfere with other tests.
|
2010-06-21 22:54:01 -04:00 |
error.test.php
|
Merge branch '2.0' into 2.0-request
|
2010-06-28 23:41:48 -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
|
Removing PHP5 and all its uses.
|
2010-07-05 22:19:22 -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 |