mark_story
|
e41e89cd2a
|
Making magic select not override magic hidden. Tests added.
Fixes #782
|
2010-06-04 00:20:14 -04:00 |
|
mark_story
|
bd6e16be26
|
Fixing issue where join tables would be filed under 'missing' and found. Test added. Fixes #789
|
2010-06-03 23:20:37 -04:00 |
|
Juan Basso
|
3c27c4c41e
|
Ajusting smtpOption in EmailComponent. Fixes #779
|
2010-06-03 14:46:20 -03:00 |
|
José Lorenzo Rodríguez
|
2e7d2d5587
|
Migrating ModelWriteTest to phpunit
|
2010-06-02 00:30:52 -04:30 |
|
mark_story
|
7682c5896e
|
Changing how merged rules are cleared so it doesn't generated notice errors in PHP4. Test added. Fixes #762
|
2010-06-01 23:41:51 -04:00 |
|
José Lorenzo Rodríguez
|
7d6ac7585a
|
Migrating ModelValidationTest to phpunit
|
2010-06-01 00:19:11 -04:30 |
|
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
|
5ef9103a52
|
Updating the rest of the controller task test case to use phpunit.
|
2010-05-30 00:59:36 -04:00 |
|
Mark Story
|
ca5fb9fb93
|
Fixing tests broken by changes in default bake templates.
Fixing issue where admin methods wouldn't be correctly generated.
Fixes #664
|
2010-05-30 00:11:37 -04:00 |
|
mark_story
|
62ec25857f
|
Making more tests work in phpunit.
|
2010-05-30 00:07:43 -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
|
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
|
0dc627178a
|
updating helper and component tests for controller task to use phpunit.
|
2010-05-26 23:01:14 -04:00 |
|
mark_story
|
8ac46c3b63
|
Adding return from _stop() to help testing.
Updating tests for getName()
|
2010-05-26 21:59:56 -04:00 |
|
mark_story
|
9647e359c4
|
First test passing for controllertask test
|
2010-05-25 23:54:28 -04:00 |
|
mark_story
|
08bcf55b8d
|
Starting to convert controller task test to phpunit.
|
2010-05-25 23:51:48 -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 |
|
mark_story
|
66699df9a0
|
Updating Shell.test to use PHPUnit. There may still be some errors with the windows tests as I don't have access to windows at this time.
|
2010-05-23 14:52:46 -04:00 |
|
mark_story
|
265609dfc1
|
Moving test to work with PHPUnit.
Fixing incorrect count amount in SchemaShell.
|
2010-05-23 00:17:22 -04:00 |
|
mark_story
|
81c2169b0b
|
Fixing BakeShell test for PHPUnit. Mock expectation numbers are off due to some oddities in PHPUnit.
|
2010-05-22 22:40:18 -04:00 |
|
mark_story
|
0436e938cd
|
Fixing typo in class name.
|
2010-05-22 22:39:46 -04:00 |
|
mark_story
|
89a8ef3871
|
Updating API shell to use reflection as the regular expression was not working with visibility keywords.
Updating tests for changes in output.
Updating tests to work with PHPUnit.
|
2010-05-22 22:09:07 -04:00 |
|
mark_story
|
1955b0fb1f
|
Updating Acl cli tool test case to use PHPUnit mock objects.
|
2010-05-22 20:21:27 -04: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
|
1c36c1f088
|
Updating ShellDispatcher test case to use PHPUnit mock objects.
|
2010-05-22 13:10:01 -04:00 |
|
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 |
|