José Lorenzo Rodríguez
|
375dde87dc
|
Migrating ModelDeleteTest to phpunit
|
2010-05-31 23:50:03 -04:30 |
|
José Lorenzo Rodríguez
|
82da9be2ce
|
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 |
|
José Lorenzo Rodríguez
|
ae4f3b24d8
|
Moving logic from methods that will be probably deprecated
|
2010-05-31 22:24:53 -04:30 |
|
José Lorenzo Rodríguez
|
33b2f0489a
|
Migrating ThemeViewTest to phpunit
|
2010-05-31 22:23:22 -04:30 |
|
José Lorenzo Rodríguez
|
0743cee22f
|
Migrating ViewTest to phpunit
|
2010-05-31 22:15:03 -04:30 |
|
José Lorenzo Rodríguez
|
b2f7afca11
|
Migrating SetTest to phpunit
|
2010-05-31 22:10:24 -04:30 |
|
José Lorenzo Rodríguez
|
499b8cf28e
|
migrating HttpSocketTest to phpunit
|
2010-05-31 22:04:10 -04:30 |
|
mark_story
|
02a04abf6b
|
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 |
|
mark_story
|
ea2f0327f5
|
Reverting change made in [7cde309 ]. Readding trim() to fix issues on windows. Updating tests so they continue to pass on macos. Fixes #769
|
2010-05-30 22:46:46 -04:00 |
|
mark_story
|
22e942c2a3
|
Fixing most of the File test case issues with phpunit.
|
2010-05-30 22:46:42 -04:00 |
|
mark_story
|
75d7b46a35
|
Updating memcacheEngine test case so it passes under phpunit.
|
2010-05-30 22:39:45 -04:00 |
|
mark_story
|
fc79dc6232
|
Merge branch '2.0' into 2.0-phpunit
Conflicts:
cake/tests/cases/console/libs/tasks/controller.test.php
cake/tests/cases/libs/code_coverage_manager.test.php
cake/tests/cases/libs/view/helpers/js.test.php
cake/tests/lib/code_coverage_manager.php
|
2010-05-30 22:13:09 -04:00 |
|
mark_story
|
7ed67e5959
|
Fixing virtualFields used in order clauses where virtualField was supplied with model alias. Tests added. Refs #768
|
2010-05-30 20:30:58 -04:00 |
|
mark_story
|
c98a82c61c
|
Fixing whitespace.
|
2010-05-30 20:28:00 -04:00 |
|
mark_story
|
66a8890f4f
|
Fixing code formatting in test cases.
|
2010-05-30 12:51:48 -04:00 |
|
mark_story
|
07948a733d
|
Reverting change made in [7cde309 ]. Readding trim() to fix issues on windows. Updating tests so they continue to pass on macos. Fixes #769
|
2010-05-30 11:16:40 -04:00 |
|
mark_story
|
25a6a3cac8
|
Correcting spacing in file test.
Correctly constructing a File object, so testRead does not rely on the previous test to leave the object in the correct state.
|
2010-05-29 12:47:31 -04:00 |
|
renan.saddam
|
c96d074722
|
Merge branch '1.3' of github.com:cakephp/cakephp into 1.3
|
2010-05-29 12:23:04 -03:00 |
|
renan.saddam
|
8f5112b8d7
|
Changing break; to continue; so it will process the next tables on the array, tests added.
|
2010-05-29 12:22:16 -03:00 |
|
predominant
|
8decc683ac
|
Numerous 'shoer description' documentation entries updated to contain useful comments.
|
2010-05-30 01:20:28 +10:00 |
|
mark_story
|
7e6773c60c
|
Updating ErrorHandler and CakeErrorController to use CakeRequest. Tests updated.
|
2010-05-29 00:21:02 -04:00 |
|
mark_story
|
8acb82f567
|
Updating Security component to use CakeRequest and updating its test case.
|
2010-05-28 23:57:43 -04:00 |
|
mark_story
|
5a6db36a02
|
Fixing PagesController test case to use CakeRequest.
|
2010-05-27 00:28:51 -04:00 |
|
mark_story
|
8b6c974cd0
|
Making FileEngine not greedily clear files in a directory that may belong to another cache configuration. Tests added. Fixes #754
|
2010-05-27 00:01:17 -04:00 |
|
mark_story
|
cd255d5031
|
Merge branch '1.3' of github.com:cakephp/cakephp into 1.3
|
2010-05-25 23:08:06 -04:00 |
|
Martin Radosta
|
64adfacd3e
|
Making DboSource::order() accept an expression object. Fixes issues with
sql parsing over quoting special SQL syntax. Tests added. Fixes #747
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-05-25 23:07:29 -04:00 |
|
Juan Basso
|
bc3e745673
|
Support to EHLO in SMTP server for EmailComponent. Fixes #54, #712, #737
|
2010-05-24 22:24:58 -03:00 |
|
ADmad
|
7d51952801
|
Removing protected var CakeSession::_started and instead session_id() is now used to check if session is started in CakeSession::started(). This fixes issue where CakeSession::started() returned incorrect value when used across multiple objects. Closes #731
|
2010-05-23 02:14:07 +05:30 |
|
mark_story
|
cd4e63423d
|
Exposing Object::_set() as a public method for testing and updating tests. There are still several fails caused by _persist().
|
2010-05-22 11:28:22 -04:00 |
|
mark_story
|
29f2223c6d
|
Removing hardcoded '__' for virtualField separators. Making it an instance property instead. This allows the customization of the separator if needed. Tests added for DboMysql. Refs #655, #730
|
2010-05-22 00:58:54 -04:00 |
|
mark_story
|
23d4bafd39
|
Fixing inflection of words ending in causes. Fixes #736
|
2010-05-21 23:49:49 -04:00 |
|
mark_story
|
94ac914426
|
Changing Router::$__validExtensions so Router::extensions() always returns an array like the doc block says.
Updating test cases for PHPUnit.
|
2010-05-20 22:55:25 -04:00 |
|
mark_story
|
df6989e3d6
|
Fixing Sanitize test to run under PHPUnit.
|
2010-05-20 22:50:06 -04:00 |
|
mark_story
|
7cef278ce2
|
Fixing missing boolean return in Validation::cc()
Fixing Validation test case to pass under PHPUnit.
|
2010-05-20 22:30:47 -04:00 |
|
predominant
|
6a18b2bc1d
|
Merge remote branch 'origin/1.3' into 2.0
Conflicts:
cake/basics.php
cake/console/libs/shell.php
cake/console/libs/tasks/controller.php
cake/libs/controller/components/request_handler.php
cake/libs/model/model.php
cake/libs/model/model_behavior.php
cake/libs/overloadable.php
cake/libs/overloadable_php4.php
cake/libs/overloadable_php5.php
cake/libs/sanitize.php
cake/libs/validation.php
cake/libs/view/helpers/ajax.php
cake/libs/view/helpers/javascript.php
cake/libs/view/pages/home.ctp
cake/tests/cases/console/libs/tasks/controller.test.php
cake/tests/cases/libs/overloadable.test.php
cake/tests/cases/libs/validation.test.php
cake/tests/cases/libs/view/helpers/ajax.test.php
cake/tests/cases/libs/view/helpers/javascript.test.php
cake/tests/test_app/libs/cache/test_app_cache.php
cake/tests/test_app/plugins/test_plugin/libs/cache/test_plugin_cache.php
cake/tests/test_app/plugins/test_plugin/models/test_plugin_auth_user.php
cake/tests/test_app/plugins/test_plugin/models/test_plugin_post.php
|
2010-05-20 12:22:04 +10:00 |
|
José Lorenzo Rodríguez
|
625d120d74
|
Migrating MultibyteTest to phpunit
|
2010-05-19 00:20:21 -04:30 |
|
José Lorenzo Rodríguez
|
1fa430c609
|
Migrating SetTest to phpunit
|
2010-05-19 00:16:32 -04:30 |
|
José Lorenzo Rodríguez
|
e60cc99034
|
Migrating SecurityTest to phpunit
|
2010-05-19 00:15:35 -04:30 |
|
José Lorenzo Rodríguez
|
bcc3321bd3
|
Migrating SetTest to phpunit
|
2010-05-19 00:12:13 -04:30 |
|
José Lorenzo Rodríguez
|
f1eaec11f5
|
Migrating StringTest to phpunit
|
2010-05-19 00:05:49 -04:30 |
|
José Lorenzo Rodríguez
|
50021ee646
|
Merge branch '2.0-phpunit' of git@github.com:cakephp/cakephp into 2.0-phpunit
|
2010-05-18 23:57:41 -04:30 |
|
José Lorenzo Rodríguez
|
103d5c2505
|
Partially migrated JsHelperTest to phpunit
|
2010-05-18 23:56:50 -04:30 |
|
mark_story
|
07c957e827
|
Making PaginatorHelper test run under PHPUnit.
|
2010-05-19 00:14:37 -04:00 |
|
Juan Basso
|
a94b9ee95b
|
Update various links. Closes #392
|
2010-05-18 22:15:13 -03:00 |
|
mark_story
|
76f94d5c75
|
Fixing form attribute access and broken test.
|
2010-05-17 23:31:47 -04:00 |
|
mark_story
|
ef85fb1247
|
Making scaffold methods protected instead of private.
Adding visibility keywords
|
2010-05-17 23:30:04 -04:00 |
|
mark_story
|
1d884cc00f
|
Updating Scaffold to use the CakeRequest object.
Updating Scaffold tests.
|
2010-05-17 23:11:47 -04:00 |
|
José Lorenzo Rodríguez
|
327d42d6de
|
Fixing CacheHelperTest for phpunit
|
2010-05-17 22:35:54 -04:30 |
|
José Lorenzo Rodríguez
|
f7949d6ace
|
Fixing FormHelperTest for phpunit
|
2010-05-17 22:30:04 -04:30 |
|
mark_story
|
f114d4299d
|
Merge branch '2.0' into 2.0-request
Conflicts:
cake/libs/router.php
cake/tests/cases/libs/router.test.php
|
2010-05-17 21:52:14 -04:00 |
|