cakephp2-php8/cake/tests/cases/libs
mark_story 2b1bc99eb5 Fixing failing tests in auth and scaffold.
Fixing more tests that had stray buffers.
2010-09-25 22:27:31 -04:00
..
cache Fixing failing tests in group context caused by state being stuck in static objects. 2010-09-24 23:30:02 -04:00
controller Fixing failing tests in auth and scaffold. 2010-09-25 22:27:31 -04:00
log Changing require for App::import() so tests are more composable. 2010-06-21 22:27:50 -04:00
model Moving common setup and teardown functionality in to CakeTestCase. 2010-09-25 21:36:49 -04:00
route Moving common setup and teardown functionality in to CakeTestCase. 2010-09-25 21:36:49 -04:00
session Moving common setup and teardown functionality in to CakeTestCase. 2010-09-25 21:36:49 -04:00
view Moving common setup and teardown functionality in to CakeTestCase. 2010-09-25 21:36:49 -04:00
all_behaviors.test.php Renaming model_behavior test to behavior_collection test as that's the class that contains the tested methods. 2010-09-06 13:51:42 -04:00
all_cache_engines.test.php Updating schema shell test so it doesn't fail in groups. 2010-09-25 00:13:37 -04:00
all_components.test.php Updating schema shell test so it doesn't fail in groups. 2010-09-25 00:13:37 -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 Updating schema shell test so it doesn't fail in groups. 2010-09-25 00:13:37 -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 Updating bootstrap process in CLI to match the one in web. 2010-08-30 22:59:10 -04:00
all_localization.test.php Porting localization group to phpunit. 2010-06-21 21:56:31 -04:00
all_model.test.php Fixing file included in all_models. 2010-09-24 23:30:00 -04:00
all_routing.test.php Adding CakeRequest and CakeResponse to the routing group. 2010-09-24 23:30:01 -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_tests.test.php Adding all libs to the all tests. 2010-09-25 10:42:20 -04:00
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 Merge branch '1.3' into 2.0. Had to fix a number of 1.3 -> 2.0 2010-09-24 23:27:22 -04:00
cake_log.test.php Moving common setup and teardown functionality in to CakeTestCase. 2010-09-25 21:36:49 -04:00
cake_request.test.php Fixing failing tests in auth and scaffold. 2010-09-25 22:27:31 -04:00
cake_response.test.php Fixing failing tests in auth and scaffold. 2010-09-25 22:27:31 -04:00
cake_session.test.php Removing all uses of the test_suite connection in the test cases 2010-09-24 23:30:01 -04:00
cake_socket.test.php Some fixes to make the test more reliable. 2010-09-24 23:28:48 -04:00
cake_test_case.test.php Adding a missing require to make tests run in cli. 2010-09-24 23:30:02 -04:00
cake_test_fixture.test.php test_suite suite now runs. Still has a few failing tests from the fixture test case. 2010-09-24 23:30:02 -04:00
class_registry.test.php Fixing failing tests in auth and scaffold. 2010-09-25 22:27:31 -04:00
configure.test.php Fixing failing tests in group context caused by state being stuck in static objects. 2010-09-24 23:30:02 -04:00
debugger.test.php Updating debugger and error_handler tests to remove errors in CLI. 2010-09-24 23:28:48 -04:00
error_handler.test.php Removing AppController from ErrorHandler test as it can make testing harder. 2010-09-25 10:41:08 -04:00
file.test.php Merge branch '2.0-phpunit' into 2.0 2010-06-28 22:31:35 -04:00
folder.test.php Merge branch '1.3' into 2.0-merge 2010-08-15 23:09:02 -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 branch '1.3' into 2.0. Had to fix a number of 1.3 -> 2.0 2010-09-24 23:27:22 -04:00
inflector.test.php Merge branch '1.3' into 2.0-merge 2010-08-15 23:09:02 -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 Some more fixes to make tests run better under all tests. 2010-09-24 23:28:49 -04:00
object.test.php Merge branch '1.3' into 2.0-merge 2010-08-15 23:09:02 -04:00
router.test.php Moving common setup and teardown functionality in to CakeTestCase. 2010-09-25 21:36:49 -04:00
sanitize.test.php Removing all uses of the test_suite connection in the test cases 2010-09-24 23:30:01 -04:00
security.test.php Merge branch '2.0' into 2.0-phpunit 2010-05-30 22:13:09 -04:00
set.test.php Reformatting some code in Set::classicExtract test case. 2010-09-12 14:19:36 -04:00
string.test.php Merge branch '1.3' into 2.0-merge 2010-08-15 23:09:02 -04:00
test_manager.test.php Moving common setup and teardown functionality in to CakeTestCase. 2010-09-25 21:36:49 -04:00
validation.test.php Calling parent methods from overridden methods. Deleting commented garbage test. 2010-06-21 22:53:30 -04:00
xml.test.php Moving common setup and teardown functionality in to CakeTestCase. 2010-09-25 21:36:49 -04:00