cakephp2-php8/cake/tests/cases/libs
mark_story 76919902b9 Removing direct tests of protected method.
Refactoring View with the intention of eventually removing coupling with CacheHelper.
Making Helpers load after the first rendering method is called.
Moving callbacks out of _render() to make logic simpler, and with the idea that elements will get a callback too.
2010-11-07 13:23:42 -05:00
..
cache Merge branch '1.3' into integration 2010-10-31 21:56:59 -04:00
controller Fixing failing tests from merge with 1.3. Most tests were failing due to internal changes and PHPUnit being more specific than SimpleTest. 2010-10-31 22:42:16 -04:00
log Merge branch '1.3' into integration 2010-10-31 21:56:59 -04:00
model Merge branch '2.0-console' into 2.0 2010-11-02 23:49:19 -04:00
route Merge branch '1.3' into integration 2010-10-31 21:56:59 -04:00
session Fixing OpenTest license mentions to use MIT License 2010-10-03 12:31:21 -04:00
view Removing direct tests of protected method. 2010-11-07 13:23:42 -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 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 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 Inflector::reset(). This makes non-isolated test runs possible. Adding inflector to the libs suite. 2010-09-25 23:04:49 -04: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 Reordering tests in AllRouting case. 2010-09-29 22:42:01 -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_tests.test.php Adding console libs into AllTests 2010-10-17 17:33:16 -04: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
cache.test.php Fixing OpenTest license mentions to use MIT License 2010-10-03 12:31:21 -04:00
cake_log.test.php Fixing OpenTest license mentions to use MIT License 2010-10-03 12:31:21 -04:00
cake_request.test.php Adding a method to CakeRequest to parse out the accept-language header. This will help remove features from l10n. 2010-11-07 01:35:36 -04: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 Fixing OpenTest license mentions to use MIT License 2010-10-03 12:31:21 -04:00
cake_test_case.test.php Replacing the use of removed "sharedFixture" and adding custom "fixtureManager" property to CakeTestCase 2010-09-27 23:37:56 -04:30
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 Merge branch '1.3' into integration 2010-10-13 22:30:40 -04:00
debugger.test.php Fixing OpenTest license mentions to use MIT License 2010-10-03 12:31:21 -04:00
error_handler.test.php Fixing OpenTest license mentions to use MIT License 2010-10-03 12:31:21 -04:00
file.test.php Fixing OpenTest license mentions to use MIT License 2010-10-03 12:31:21 -04:00
folder.test.php Fixing OpenTest license mentions to use MIT License 2010-10-03 12:31:21 -04: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 Fixing OpenTest license mentions to use MIT License 2010-10-03 12:31:21 -04:00
magic_db.test.php Fixing OpenTest license mentions to use MIT License 2010-10-03 12:31:21 -04:00
multibyte.test.php Fixing OpenTest license mentions to use MIT License 2010-10-03 12:31:21 -04:00
object.test.php Fixing OpenTest license mentions to use MIT License 2010-10-03 12:31:21 -04:00
router.test.php Changed the regex to follow the RFC 3986, working to protocols like "svn+ssh://" and "ed2k://" 2010-11-03 01:26:41 -02:00
sanitize.test.php Added 'double' option to Santize::html() to pass double_encode parameter to htmlentities() 2010-10-11 18:25:11 -07: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 integration 2010-10-31 21:56:59 -04: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