José Lorenzo Rodríguez Urdaneta
|
4129ca4f40
|
Changing classes names to match their filename and make pass the CakeTestCase test
|
2010-06-24 10:52:43 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
bd02a2b2b6
|
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 |
|
José Lorenzo Rodríguez Urdaneta
|
10c0494b92
|
Migrating configure group test to phpunit and fixing docs
|
2010-06-24 09:38:49 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
5d9c0eeab7
|
Migrating socket group to phpunit
|
2010-06-24 09:20:19 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
2fcaa8d68a
|
Migrating models group to phpunit
|
2010-06-24 00:53:41 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
72c7c3f44e
|
Completing migration of ModelIntegration test case to phpunit
|
2010-06-24 00:52:43 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
1ce18ee11b
|
Migrating CakeTestFixtureTest to phpunit
|
2010-06-24 00:08:40 -04:30 |
|
predominant
|
83651091ce
|
Refactor session timeouts.
|
2010-06-24 10:30:12 +10:00 |
|
mark_story
|
d8ac21baae
|
Migrating bake group to PHPUnit.
|
2010-06-22 23:11:58 -04:00 |
|
mark_story
|
6109b901d0
|
Removing Acl group its not really needed, all the classes are parts of other groups.
|
2010-06-22 23:11:34 -04:00 |
|
Juan Basso
|
9bbaf153f7
|
Setting cookies in a single line. Fixes #48
|
2010-06-23 00:10:21 -03:00 |
|
mark_story
|
e9684fb1aa
|
Porting Libs group to PHP Unit.
|
2010-06-21 22:55:12 -04:00 |
|
mark_story
|
747847e275
|
Moving restore_error_handler up into TestManager and out of CakeTestSuite.
|
2010-06-21 22:54:41 -04:00 |
|
mark_story
|
d1a06f3c20
|
Adding a restore_error_handler() so the Debugger test doesn't interfere with other tests.
|
2010-06-21 22:54:01 -04:00 |
|
mark_story
|
069c270a3d
|
Calling parent methods from overridden methods. Deleting commented garbage test.
|
2010-06-21 22:53:30 -04:00 |
|
mark_story
|
22baf7fd45
|
Fixing fatal errors that would arise if the Exception did not have a parent class.
|
2010-06-21 22:47:41 -04:00 |
|
mark_story
|
7ac76f3e0b
|
Making Debugger test case play nicely with TestSuites.
|
2010-06-21 22:39:17 -04:00 |
|
mark_story
|
9df7268080
|
Changing require for App::import() so tests are more composable.
|
2010-06-21 22:27:50 -04:00 |
|
mark_story
|
f8ff8596a2
|
Porting component group to PHPUnit.
|
2010-06-21 22:08:15 -04:00 |
|
mark_story
|
b85bbd0dcf
|
Porting localization group to phpunit.
|
2010-06-21 21:56:31 -04:00 |
|
mark_story
|
e60f18e12c
|
Porting Routing test group to PHPUnit.
|
2010-06-21 21:52:48 -04:00 |
|
mark_story
|
ebd2a67e29
|
Porting Xml group test to PHPUnit.
|
2010-06-21 21:50:38 -04:00 |
|
mark_story
|
7bfd5eee9c
|
Fixing comment.
|
2010-06-21 21:49:52 -04:00 |
|
mark_story
|
d7a44e4e78
|
Updating @since tag and renaming AllCacheEngines test suite.
|
2010-06-21 21:48:23 -04:00 |
|
mark_story
|
5945edd983
|
Removing strtolower call that was breaking autolinks for URL shorteners. Tests added. Fixes #838
|
2010-06-21 21:17:37 -04:00 |
|
mark_story
|
4a5353e00a
|
Migrating Cache group case to PHPUnit.
|
2010-06-20 23:46:45 -04:00 |
|
Juan Basso
|
26d20b6d62
|
Fixing wrap for html mode in e-mails. Fixes #663
|
2010-06-21 00:37:25 -03:00 |
|
mark_story
|
9ace0100ab
|
Updating ExtractTaskTest to pass under PHPUnit.
|
2010-06-20 23:23:56 -04:00 |
|
mark_story
|
fad2610c9b
|
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 |
|
Juan Basso
|
2a4489cdf2
|
Naming conventions to datasources with plugins. Fixes #819
|
2010-06-20 23:53:54 -03:00 |
|
mark_story
|
e14d8e5280
|
Updating test cases to work with JsBaseEngineHelper being abstract.
|
2010-06-20 22:31:24 -04:00 |
|
Thomas Ploch
|
2d20215e53
|
Converted JsBaseEngineHelper to an abstract class. Fixes #703 .
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-06-20 22:21:21 -04:00 |
|
mark_story
|
0c8088c77d
|
Fixing parse error.
|
2010-06-20 22:17:47 -04:00 |
|
mark_story
|
a1911b4714
|
Changing array_key_exists for the faster isset().
|
2010-06-20 22:05:56 -04:00 |
|
mark_story
|
2db510d1c1
|
Modifying Controller::validateErrors so it can accept and validate arbitrary model objects, not just those attached to the controller. Test cases updated, fixes #832
|
2010-06-20 21:47:34 -04:00 |
|
mark_story
|
268b269eaa
|
Updating file headers on test cases. Changing license on test cases to match the rest of the framework as the tests no longer interact with GPL code.
|
2010-06-13 10:14:28 -04:00 |
|
mark_story
|
129098e16c
|
Moving View group over to PHPUnit style group test.
|
2010-06-13 10:10:16 -04:00 |
|
mark_story
|
7c694bf560
|
Fixing comment.
|
2010-06-13 10:09:48 -04:00 |
|
mark_story
|
aee1c5483b
|
Renaming test case classes to better reflect the filenames.
|
2010-06-13 10:06:00 -04:00 |
|
mark_story
|
d59544b64f
|
Renaming test case classes to better match the filenames.
|
2010-06-13 10:01:37 -04:00 |
|
mark_story
|
7467a8d273
|
Moving converted group tests into cases tree. Eventually groups directory will disappear.
|
2010-06-13 00:01:47 -04:00 |
|
mark_story
|
629c0aeb37
|
Updating Helper group test.
|
2010-06-12 23:53:14 -04:00 |
|
mark_story
|
535c92dee1
|
Updating Javascript group test to recommended usage.
Removing code from the TestManager.
|
2010-06-12 23:51:40 -04:00 |
|
mark_story
|
d894f01f70
|
Updating Javascript group test to PHPUnit.
|
2010-06-12 23:44:20 -04:00 |
|
mark_story
|
4b2e9d3879
|
Seems that htmlhelper test is fine now.
|
2010-06-12 23:42:53 -04:00 |
|
mark_story
|
4556b6b2a2
|
First pass at moving the GroupTest to a TestSuite.
|
2010-06-12 23:32:01 -04:00 |
|
mark_story
|
6300027a87
|
Adding a condition for the fixture creation so it doesn't cause errors.
|
2010-06-12 23:31:36 -04:00 |
|
mark_story
|
86eb46ca87
|
Fixing path location for group tests.
|
2010-06-12 23:31:08 -04:00 |
|
mark_story
|
50144d6b5b
|
Making FormHelper clear fields on create() as well as end() this ensures that GET forms don't leak fields. Fixes #571
|
2010-06-12 22:50:09 -04:00 |
|
mark_story
|
f20cc8110b
|
Adding a skip for persistModel as the feature is horribly broken right now. Controller test case is running with PHPUnit now.
|
2010-06-12 19:01:51 -04:00 |
|