cakephp2-php8/cake/tests/cases/libs
José Lorenzo Rodríguez 589972d581 Merge branch '1.3' into github-i18n
* 1.3: (137 commits)
  Updating tests to reflect SessionHelper's loss of magic inclusion.
  Removing SessionHelper's magical inclusion into the helpers array.  Use of SessionHelper must now be explicitly done. Tests updated.
  Fixing merge var test case for non magic session component.
  Fixing Pagescontroller test and removal of pageTitle from controller.
  Fixing component and controller test cases to work with less magical session component.
  Removing the magical addition of SessionComponent to components array.  This makes components more declarative, and removes magic that cannot be undone by the end developer.
  Fixing failing tests due to deleted assets.
  Removing use of subclass method 'fullTableName()' in Datasource superclass. Fixes #100.
  Updating CakeTestSuiteDispatcher parsing of .
  Adding missing </p> to Html test reporter template.
  Updating css file in skel dir.
  Fixing alignment issues in tables.
  Removing orphaned method.
  Adding 'id' attribute to hidden field generated for multiple select and multiple checkboxes. Fixes issue where invalid markup was generated in case to multiple checkboxes
  Adding php5 check to avoid errors when using __get() or __isset() methods in models
  Fixing include in test of CodeCoverageManager. Fixes #196
  Fixing var name when not have SimpleTest or XDebug installed.
  Moving skel/config/sql to skel/config/schema
  Fixing output of 'Actions' in bake templates.  Now outputs a __() call.
  Updating scaffolds to match new bake design.
  ...
2010-01-14 08:34:03 -04:30
..
cache Removing "Long description for file" from /cake/tests tree. 2009-12-08 20:19:42 +11:00
controller Updating tests to reflect SessionHelper's loss of magic inclusion. 2010-01-14 00:09:14 -05:00
log Removing "Long description for file" from /cake/tests tree. 2009-12-08 20:19:42 +11:00
model Fixing doc block 2010-01-11 15:34:16 -04:30
view Removing SessionHelper's magical inclusion into the helpers array. Use of SessionHelper must now be explicitly done. Tests updated. 2010-01-13 23:55:09 -05:00
cache.test.php Fixing test failures caused by changes in Cache::__loadEngine(). 2009-12-28 13:52:50 -05:00
cake_log.test.php Adding tests for CakeLog::drop() 2009-11-14 20:44:42 -05:00
cake_session.test.php Removing "Long description for file" from /cake/tests tree. 2009-12-08 20:19:42 +11:00
cake_socket.test.php Removing "Long description for file" from /cake/tests tree. 2009-12-08 20:19:42 +11:00
cake_test_case.test.php Removing whitespace. 2009-12-02 11:37:43 -05:00
cake_test_fixture.test.php Removing "Long description for file" from /cake/tests tree. 2009-12-08 20:19:42 +11:00
class_registry.test.php Removing "Long description for file" from /cake/tests tree. 2009-12-08 20:19:42 +11:00
code_coverage_manager.test.php Fixing include in test of CodeCoverageManager. Fixes #196 2010-01-13 09:38:26 -05:00
configure.test.php Adding tests for previous commit. 2010-01-06 21:26:52 -05:00
debugger.test.php Removing "Long description for file" from /cake/tests tree. 2009-12-08 20:19:42 +11:00
error.test.php Changing error handler to send a HTTP/1.1 500 error when missingTable, missingDatabase or missingConnection is encountered. Increased test coverage of libs/error.php to 100%. Fixes #70. 2009-12-13 23:53:19 -05:00
file.test.php Removing "Long description for file" from /cake/tests tree. 2009-12-08 20:19:42 +11:00
folder.test.php Removing "Long description for file" from /cake/tests tree. 2009-12-08 20:19:42 +11:00
http_socket.test.php Removing "Long description for file" from /cake/tests tree. 2009-12-08 20:19:42 +11:00
i18n.test.php Test case for date format definition using a LC_TIME locale file 2010-01-11 15:19:57 -04:30
inflector.test.php Adding more tests to check cache paths and stupid values. 2010-01-10 20:54:20 +11:00
l10n.test.php Fixing failing tests caused by changes in L10n class, and removal of duplicate test. 2009-12-30 00:24:05 +03:30
magic_db.test.php Merge branch '1.2' into 1.3-merger 2009-11-22 20:38:50 -05:00
multibyte.test.php Removing "Long description for file" from /cake/tests tree. 2009-12-08 20:19:42 +11:00
object.test.php Removing "Long description for file" from /cake/tests tree. 2009-12-08 20:19:42 +11:00
overloadable.test.php Removing "Long description for file" from /cake/tests tree. 2009-12-08 20:19:42 +11:00
router.test.php Router::reverse now removes models and paging keys that controllers can insert into params arrays. 2009-12-28 13:34:05 -05:00
sanitize.test.php Fixes #42. Updated Sanitize::clean() with 'remove_html' option. Updated Sanitize::html() to accept new options. Updated test cases. 2010-01-07 19:04:49 -05:00
security.test.php Removing "Long description for file" from /cake/tests tree. 2009-12-08 20:19:42 +11:00
set.test.php Merge branch '1.2' into mergers 2009-12-27 12:34:27 -05:00
string.test.php Removing "Long description for file" from /cake/tests tree. 2009-12-08 20:19:42 +11:00
test_manager.test.php Updating test manager test cases to reflect changes in API. 2010-01-10 12:39:21 -05:00
validation.test.php Merge branch '1.3-misc' into 1.3 2010-01-12 17:18:14 -05:00
xml.test.php Merge branch '1.2' into mergers 2009-12-27 12:34:27 -05:00