cakephp2-php8/cake/tests/cases/libs
AD7six 53dcefff53 Modifying dbo_source to refer to $this->fullDebug rather than Configure::read() to determine whether or not to log
queries
modifying fixture loading to not log create, drop, truncate statements
correcting model tests that change fullDebug to reset to the value before the test ran


git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7421 3807eeeb-6ff5-0310-8944-8be069107fe0
2008-08-02 19:41:53 +00:00
..
cache adding Cache::set() will change settings until write, delete, clear, or set is called. refactoring class to use Cache::set() 2008-07-28 02:29:58 +00:00
controller Added test to show (deprecated?) support of string status codes in redirect(). 2008-08-01 11:27:53 +00:00
model Modifying dbo_source to refer to $this->fullDebug rather than Configure::read() to determine whether or not to log 2008-08-02 19:41:53 +00:00
view Correcting file layout in test_app. Fixing tests in Configure test and ThemeView Test. 2008-08-01 16:23:16 +00:00
cache.test.php adding Cache::set() will change settings until write, delete, clear, or set is called. refactoring class to use Cache::set() 2008-07-28 02:29:58 +00:00
cake_log.test.php Modified all remaining tests to use CakeTestCase. Switched all uses() calls to App::import(). 2008-07-21 02:40:58 +00:00
class_registry.test.php Modified all remaining tests to use CakeTestCase. Switched all uses() calls to App::import(). 2008-07-21 02:40:58 +00:00
code_coverage_manager.test.php removing empty lines from the end of test cases 2008-06-27 08:17:02 +00:00
configure.test.php Fixing test_app/test_plugin files. Many had incorrect file / class names. Added tests to cover plugin class loading, and dispatching. 2008-07-24 02:19:05 +00:00
debugger.test.php Modified all remaining tests to use CakeTestCase. Switched all uses() calls to App::import(). 2008-07-21 02:40:58 +00:00
error.test.php updating error test 2008-06-11 16:01:11 +00:00
file.test.php Modified all remaining tests to use CakeTestCase. Switched all uses() calls to App::import(). 2008-07-21 02:40:58 +00:00
flay.test.php removing empty lines from the end of test cases 2008-06-27 08:17:02 +00:00
folder.test.php Modified all remaining tests to use CakeTestCase. Switched all uses() calls to App::import(). 2008-07-21 02:40:58 +00:00
http_socket.test.php Modified all remaining tests to use CakeTestCase. Switched all uses() calls to App::import(). 2008-07-21 02:40:58 +00:00
i18n.test.php Modified all remaining tests to use CakeTestCase. Switched all uses() calls to App::import(). 2008-07-21 02:40:58 +00:00
inflector.test.php Added ability to singularize 'gloves', 'wolves', 'shelves' and other ves words. Added tests. Closes #5080 2008-07-12 00:22:09 +00:00
l10n.test.php Modified all remaining tests to use CakeTestCase. Switched all uses() calls to App::import(). 2008-07-21 02:40:58 +00:00
magic_db.test.php removing empty lines from the end of test cases 2008-06-27 08:17:02 +00:00
multibyte.test.php Modified all remaining tests to use CakeTestCase. Switched all uses() calls to App::import(). 2008-07-21 02:40:58 +00:00
object.test.php Removed almost all am() calls from core. 2008-07-31 00:16:16 +00:00
overloadable.test.php Modified all remaining tests to use CakeTestCase. Switched all uses() calls to App::import(). 2008-07-21 02:40:58 +00:00
router.test.php Corrects handling of fully-qualified URLs in Router::normalize(), fixes #4036 2008-07-25 11:45:00 +00:00
sanitize.test.php removing empty lines from the end of test cases 2008-06-27 08:17:02 +00:00
security.test.php refactoring Security::hash(), fixing two broken tests in Security 2008-08-02 14:44:42 +00:00
session.test.php conditional inclusion for ErrorHandler class in the session.test file in order to prevent the CakeSession class being redeclared when running the testsuiteshell; fixes #5092 2008-07-30 14:00:36 +00:00
set.test.php Added test for using Set::insert to overwrite keys with empty values and reverted change permitting it 2008-08-01 16:52:34 +00:00
socket.test.php Modified all remaining tests to use CakeTestCase. Switched all uses() calls to App::import(). 2008-07-21 02:40:58 +00:00
string.test.php Modified all remaining tests to use CakeTestCase. Switched all uses() calls to App::import(). 2008-07-21 02:40:58 +00:00
validation.test.php Corrected key in validation::multiple test. closes #5146 2008-07-24 23:55:15 +00:00
xml.test.php removing optional instantiation of Set class. Adding toArray() to xml class and calling it from Set::reverse(); updated test cases. 2008-07-31 23:50:32 +00:00