cakephp2-php8/cake/tests/cases/libs
mariano.iglesias a33cfd0b98 Added Containable behavior, a mix of the original Containable and Bindable behavior.
Allows find operations to define restrictions on what models to get based on the 'contain' parameter, including ability to override binding settings on the fly. Go through the test cases to get a crash course about some of the available functionality.

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6918 3807eeeb-6ff5-0310-8944-8be069107fe0
2008-05-18 04:36:09 +00:00
..
cache Removed the Model cache engine for architectural reasons, closes #4415 2008-05-13 21:25:19 +00:00
controller adding test case to verify permission inheritance functions correctly. Fixes #4464 2008-05-17 19:41:32 +00:00
model Added Containable behavior, a mix of the original Containable and Bindable behavior. 2008-05-18 04:36:09 +00:00
view Text helper highlight method now handles HTML tags correctly. Closes #2242 2008-05-17 18:45:24 +00:00
cache.test.php Enabling Cache::write() to handle 'empty' values, fixes #4090 2008-03-10 04:11:20 +00:00
cake_log.test.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
class_registry.test.php "Fixes #4256, tablePrefix + HABTM with defaults == wrong joinTable" 2008-03-16 07:18:42 +00:00
code_coverage_manager.test.php Fixing svn props on files. 2008-05-15 05:26:40 +00:00
configure.test.php updating cake.test.php, fixes #4638. updating cake.php, fixes #4648 (with tests), updated Cache 2008-05-14 19:43:55 +00:00
debugger.test.php Added tests for dump() and additional tests for output(); 2008-05-15 01:59:56 +00:00
error.test.php Cleaned out unecessary code in error.test.php 2008-05-14 02:28:01 +00:00
file.test.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
flay.test.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
folder.test.php "Fixes #4377, Folder class bug for non-existent path" 2008-03-26 04:05:05 +00:00
http_socket.test.php Made HttpSocket::decodeChunkedBody a little more forgiving, fixes #4523 2008-05-05 12:42:15 +00:00
i18n.test.php "Adding additional tests for I18n class. 2008-05-17 06:05:08 +00:00
inflector.test.php Foreign character support for Inflector::slug, fixes #3492 2008-05-05 13:39:49 +00:00
l10n.test.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
magic_db.test.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
multibyte.test.php "Completing test coverage for Multibyte class. 2008-05-13 21:31:08 +00:00
object.test.php Removed TestModel from Object test as it conflicted and wasnt needed anyway 2008-05-13 12:23:22 +00:00
overloadable.test.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
router.test.php Fixed Router::queryString php.ini setting dependency, closes #4614 2008-05-13 03:40:24 +00:00
sanitize.test.php fizing sanitize.test.php breaking the all core tests group 2008-05-13 12:26:30 +00:00
security.test.php analyze code coverage link on same line as the other test links, 2008-05-13 06:36:38 +00:00
session.test.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
set.test.php Refactored Set::reverse and tweaked the expectation schema for consistency, fixes #4643 2008-05-15 14:48:49 +00:00
socket.test.php Fixing Socket test to run on non-standard virtual host configurations 2008-05-11 16:42:19 +00:00
string.test.php Improved String::insert by support placeholders with after sequence during cleanup 2008-05-14 16:31:44 +00:00
validation.test.php Correcting spelling of Validation test method, fixes #4430 2008-04-16 01:17:53 +00:00
xml.test.php Adding namespace support to XML class, as well as XML generation options, entity conversion, whitespace output support, node filtering, I could go on. Props to Mike O'Toole. Fixes #3476 2008-02-01 04:53:09 +00:00