cakephp2-php8/cake/tests/cases/libs
mark_story 6db3dbc680 Starting to create HelperCollection which will be responsible for loading and constructing helpers.
Making an abstract class that will be the base of all object collections.
Adding test cases.
2010-08-10 23:18:36 -04:00
..
cache Fixing failing tests because cache paths did not have trailing / on them. 2010-07-11 23:16:56 -04:00
controller Removing dead properties and methods from SessionComponent. 2010-07-27 22:27:43 -04:00
log Changing require for App::import() so tests are more composable. 2010-06-21 22:27:50 -04:00
model Dont use private attributes as tables in CakeSchema. Fixes #7 2010-08-02 00:22:46 -03:00
session Adding a test case for DatabaseSession::gc(); 2010-07-27 22:27:13 -04:00
view Starting to create HelperCollection which will be responsible for loading and constructing helpers. 2010-08-10 23:18:36 -04:00
all_behaviors.test.php Porting Behavior group to PHPUnit. Containable is commented out because its test crashes the group. 2010-06-24 23:59:06 -04:00
all_cache_engines.test.php Fixing comment. 2010-06-21 21:49:52 -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 Moving 'group' files to top of the list. 2010-06-24 23:58:57 -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 Porting Libs group to PHP Unit. 2010-06-21 22:55:12 -04:00
all_localization.test.php Porting localization group to phpunit. 2010-06-21 21:56:31 -04:00
all_model.test.php Migrating configure group test to phpunit and fixing docs 2010-06-24 09:38:49 -04:30
all_routing.test.php Porting Routing test group to PHPUnit. 2010-06-21 21:52:48 -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_views.test.php Updating @since tag and renaming AllCacheEngines test suite. 2010-06-21 21:48:23 -04:00
all_xml.test.php Porting Xml group test to PHPUnit. 2010-06-21 21:50:38 -04:00
cache.test.php Making Cache::write() trigger warnings when a cache engine returns false from a write. Tests added. Fixes #877 2010-07-23 21:40:57 -04:00
cake_log.test.php Merge branch '2.0' into 2.0-phpunit 2010-05-30 22:13:09 -04:00
cake_session.test.php Updating test case to use autoRegenerate. 2010-07-27 22:27:43 -04:00
cake_socket.test.php Merge branch '2.0' into 2.0-phpunit 2010-05-30 22:13:09 -04:00
cake_test_case.test.php Fixing issue with fixtures not being unloaded if the test method throws exceptions or fails in some unexpected way 2010-05-31 23:07:21 -04:30
cake_test_fixture.test.php Merge branch '2.0-phpunit' into 2.0 2010-06-28 22:31:35 -04:00
class_registry.test.php Removing PHP5 and all its uses. 2010-07-05 22:19:22 -04:00
configure.test.php Fixing failing test. 2010-07-10 11:32:12 -04:00
debugger.test.php Adding a restore_error_handler() so the Debugger test doesn't interfere with other tests. 2010-06-21 22:54:01 -04:00
error.test.php Migrating ErrorTest to PHPUnit 2010-06-09 00:16:18 -04:30
file.test.php Merge branch '2.0-phpunit' into 2.0 2010-06-28 22:31:35 -04:00
folder.test.php Fixing return values of methods, and updating tests to run properly in Phpunit which uses exceptions instead of errors. 2010-05-30 22:57:28 -04:00
html_coverage_report.test.php Adding tests for generating method coverage with the reporter. 2010-05-12 22:43:44 -04:00
http_socket.test.php Merge branch '1.3' into 2.0 2010-07-24 22:34:42 -04:00
i18n.test.php Merge remote branch 'origin/1.3' into 2.0 2010-05-20 12:22:04 +10:00
inflector.test.php Updating Inflector to use static methods and properties. 2010-07-04 21:46:48 -04:00
l10n.test.php Adding additional test cases for nld, dut, and nl. Closes #795 2010-06-07 23:10:53 -04:00
magic_db.test.php Removing closing PHP tags. 2010-05-11 08:27:28 +10:00
multibyte.test.php Merge branch '2.0' into 2.0-phpunit 2010-05-30 22:13:09 -04:00
object.test.php Fixing the failing tests in ObjectTest for PHPUnit. Also marking tests as incomplete as there are several issues with Object::persist() and private properties. 2010-06-20 23:14:14 -04:00
router.test.php Renaming test case classes to better reflect the filenames. 2010-06-13 10:06:00 -04:00
sanitize.test.php Merge branch '1.3' into 2.0 2010-07-24 22:34:42 -04:00
security.test.php Merge branch '2.0' into 2.0-phpunit 2010-05-30 22:13:09 -04:00
set.test.php Removing PHP5 and all its uses. 2010-07-05 22:19:22 -04:00
string.test.php Merge branch '2.0' into 2.0-phpunit 2010-05-30 22:13:09 -04:00
test_manager.test.php Removing test method for testing inclusion of "test groups", as we're dropping supoort in TestManager to load groups in favor of composing test suites in phpunit 2010-06-24 10:36:16 -04:30
validation.test.php Calling parent methods from overridden methods. Deleting commented garbage test. 2010-06-21 22:53:30 -04:00
xml.test.php Merge branch '2.0' into 2.0-phpunit 2010-05-30 22:13:09 -04:00