cakephp2-php8/cake/tests/cases/libs
Mark Story 26279851e1 Making Router::setRequestInfo() able to accept arrays. It will convert older style arrays into a CakeRequest object for later use.
Updating uses of Router::setRequestInfo() to just pass the object where possible.
2010-05-02 01:59:56 -04:00
..
cache Merge remote branch 'origin/1.3' into 2.0 2010-04-23 12:52:56 +10:00
controller Fixing errors caused by API changes. 2010-05-02 01:22:59 -04:00
log Removed remaining @filesource lines. 2010-04-16 02:48:47 +10:00
model Fixing issue where table name was not using fully qualified table names, causing issues with models using table prefixes. Tests added. Fixes #623 2010-04-29 00:22:30 -04:00
view Fixing parameters from leaking into the script tag when calling JsHelper::submit(). Added test cases and refactored JsHelper::link(). Fixes #613 2010-04-29 00:20:35 -04:00
cache.test.php Adding exception tossing for invalid cacheengine configuration. 2010-04-23 20:41:29 -04:00
cake_log.test.php Adding CakeLogInterface and implementing it in core and test suite classes. The new interface is used for method detection instead of a hard method check. Making CakeLog throw exceptions instead of trigger errors when things go wrong. 2010-04-23 22:31:21 -04:00
cake_request.test.php Making CakeRequest::addParams() chainable. Adding CakeRequest::addPaths() to allow easy settings of path variables, its also chainable. Tests added. 2010-05-02 01:22:34 -04:00
cake_session.test.php Fix CakeSession tests so they dont call protected methods. 2010-04-11 15:18:55 +10:00
cake_socket.test.php Removing dependancy on Object from CakeSocket. Making tests less dependant on having a network connection. 2010-04-23 21:41:20 -07:00
cake_test_case.test.php Adding accessor to fix issues in test cases. 2010-04-14 23:36:47 -04:00
cake_test_fixture.test.php Changed all public 'var' declarations to be 'public $var' 2010-04-04 17:14:00 +10:00
class_registry.test.php Changed all public 'var' declarations to be 'public $var' 2010-04-04 17:14:00 +10:00
code_coverage_manager.test.php Changed all public methods to specify public access. 2010-04-05 13:19:38 +10:00
configure.test.php Fixing issues where paths added to build() would be appended into the search paths after the default paths. 2010-03-25 23:44:40 -04:00
debugger.test.php Removing inheritance from Object. 2010-04-19 00:10:22 -04:00
error.test.php Changed all public 'var' declarations to be 'public $var' 2010-04-04 17:14:00 +10:00
file.test.php Fix translation shortcut usage through testing console for updates 2010-04-16 02:38:12 +10:00
folder.test.php Changed all public methods to specify public access. 2010-04-05 13:19:38 +10:00
http_socket.test.php Fixing fatal errors in HttpSocket test case. 2010-04-24 00:31:10 -04:00
i18n.test.php Fix translation shortcut usage through testing console for updates 2010-04-16 02:38:12 +10:00
inflector.test.php Merge remote branch 'origin/1.3' into 2.0 2010-04-23 12:52:56 +10:00
l10n.test.php Merge remote branch 'origin/1.2' into 1.2-merger 2010-02-20 01:32:04 -05:00
magic_db.test.php Changed all public methods to specify public access. 2010-04-05 13:19:38 +10:00
multibyte.test.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
object.test.php Changed all public 'var' declarations to be 'public $var' 2010-04-04 17:14:00 +10:00
router.test.php Making Router::setRequestInfo() able to accept arrays. It will convert older style arrays into a CakeRequest object for later use. 2010-05-02 01:59:56 -04:00
sanitize.test.php Changed all public 'var' declarations to be 'public $var' 2010-04-04 17:14:00 +10:00
security.test.php Making Security a static class. 2010-04-23 21:28:54 -04:00
set.test.php Fixed failing Set tests from Model class visibility. 2010-04-26 12:53:02 +10:00
string.test.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
test_manager.test.php Fixing tests failing because of visibility. 2010-04-14 23:00:22 -04:00
validation.test.php Import Validation from old 2.0 branch. 2010-04-23 12:53:47 +10:00
xml.test.php Changed all public methods to specify public access. 2010-04-05 13:19:38 +10:00