.. |
cache
|
Merge remote branch 'origin/1.3' into 2.0
|
2010-04-23 12:52:56 +10:00 |
controller
|
Updating test method names and moving parameter modification around.
|
2010-04-23 23:59:57 -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
|
Moving test code around and starting to refactor things in tests.
|
2010-04-30 23:37:16 -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
|
Adding tests for passed arguments with dots when parseExtensions() has been called. Refs #620
|
2010-04-29 00:20:35 -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 |