Mark Story
|
5040eb7227
|
Updating RequestHandler and its tests to use the features moved to CakeRequest. Marking a number of methods as deprecated.
|
2010-05-08 00:59:40 -04:00 |
|
Mark Story
|
78bd7300a2
|
Moving features from RequestHandler into CakeRequest.
|
2010-05-08 00:36:03 -04:00 |
|
Mark Story
|
df910026ee
|
Updating Controller::referer() to use the request object if available. Tests updated.
|
2010-05-08 00:06:13 -04:00 |
|
Mark Story
|
77264da34a
|
Updating Controller tests to always pass in a CakeRequest. Fixing some notice errors that come up in the test cases.
|
2010-05-08 00:00:19 -04:00 |
|
Mark Story
|
22161874cb
|
Deprecating a number of Controller properties and adding $request.
|
2010-05-07 23:46:02 -04:00 |
|
Mark Story
|
1a7dce3af6
|
Updating DboMysql to fix an issue where virtualFields that were simple
aliases to fields on other tables would end up in the wrong place.
Tests added. Fixes #655
|
2010-05-07 23:26:13 -04:00 |
|
Mark Story
|
745afe888b
|
Adding more tests for saving records with nulls. Closes #675
|
2010-05-07 22:23:18 -04:00 |
|
Mark Story
|
0930b5c63c
|
Adding more documentation for JsHelper::submit(). Closes #681
|
2010-05-07 21:26:44 -04:00 |
|
José Lorenzo Rodríguez
|
e81cc684ef
|
Merge branch '2.0-phpunit' of git@github.com:lorenzo/cakephp1x into 2.0-phpunit
Conflicts:
cake/tests/lib/cake_test_case.php
|
2010-05-07 19:48:50 -04:30 |
|
José Lorenzo Rodríguez
|
7124e6db3e
|
Refactoring CakeTestCase to remove fixture specific code and use the new class CakeFixtureManager.
It lacks support to auto-drop tables after test case end, but it is already usable for testing
|
2010-05-07 18:07:02 -04:30 |
|
José Lorenzo Rodríguez
|
ef142b1659
|
Adding the class CakeFixtureManager to delegate the task of creating and droping the fixtures
Tests and docs still pending
|
2010-05-07 18:06:17 -04:30 |
|
Mark Story
|
26f7fcef3c
|
Updating Controller and its tests to use CakeRequest.
|
2010-05-06 23:23:13 -04:00 |
|
Mark Story
|
2b7723fd12
|
Removing reference operators and making Controller::__construct take a CakeRequest. If one is passed all the necessary properties will be populated. This lightens the Dispatcher, and gives more control to the end developer.
|
2010-05-06 23:18:50 -04:00 |
|
Mark Story
|
1a460e47f1
|
Removing reference operators in Controller and its tests.
|
2010-05-06 22:48:48 -04:00 |
|
Mark Story
|
04df4a91dd
|
Merge branch '2.0' into 2.0-request
|
2010-05-06 22:30:37 -04:00 |
|
Mark Story
|
f152181c03
|
Adding tests for saving models with id == null. Closes #675
|
2010-05-06 22:24:11 -04:00 |
|
Mark Story
|
1c3415759a
|
Fixing 'Only variables should be assigned by reference' errors in php4 in form helper. Fixes #643
|
2010-05-06 22:11:31 -04:00 |
|
Mark Story
|
1c1c511853
|
Changing how email validation methods are applied, to fix issues where getmxrr() exists but the domain being validated does not have MX records correctly configured. Fixes #634
|
2010-05-06 21:43:58 -04:00 |
|
Mark Story
|
45d052b55a
|
Fixing failing tests in ViewTask test case, caused by changes in core templates.
Fixing incorrect variable usage where models would be double singularized causing incorrect names. Fixes #668
|
2010-05-06 21:38:14 -04:00 |
|
predominant
|
fd7c1d4f7f
|
Fixing PHP link for Session information in core.php and removing unnecessary quotation.
|
2010-05-06 23:45:31 +10:00 |
|
predominant
|
a8a3189989
|
Update default core.php to include instructions for Session names.
|
2010-05-06 23:36:55 +10:00 |
|
Mark Story
|
5ea4f027db
|
Fixing TestTask so that if you give an invalid class type you get an error.
|
2010-05-06 07:31:52 -04:00 |
|
José Lorenzo Rodríguez
|
bed87b87c6
|
Removing code from CakeTestCase around the method "testAction" which was a bad way of testing controllers, often making it more difficult.
This also removes class contamination in newly created test cases
|
2010-05-05 22:42:56 -04:30 |
|
José Lorenzo Rodríguez
|
b53d21ff52
|
Fixing a group test case to show how to create one, and to make pass TestManager test case
|
2010-05-04 23:58:17 -04:30 |
|
José Lorenzo Rodríguez
|
fd4a82d6e9
|
Adding test for TestManager::runGroupTest()
|
2010-05-04 23:56:40 -04:30 |
|
José Lorenzo Rodríguez
|
856a52a378
|
Changing runGrouptTest to find for conventional class names. This commit removes the support for loading more than one groupt test class per file
|
2010-05-04 23:13:07 -04:30 |
|
Mark Story
|
918e961f7d
|
Fixing typo in testtask. Fixes #659
|
2010-05-04 23:29:54 -04:00 |
|
Mark Story
|
fcad9b464c
|
Fixing tests broken by changes in default bake templates.
Fixing issue where admin methods wouldn't be correctly generated.
Fixes #664
|
2010-05-04 23:27:41 -04:00 |
|
Mark Story
|
62157679c4
|
Fixing failing test in Dispatcher caused by removed method.
|
2010-05-04 23:08:03 -04:00 |
|
Mark Story
|
b9a00ccfa5
|
Updating test case to use new Router constants.
|
2010-05-04 23:05:45 -04:00 |
|
José Lorenzo Rodríguez
|
41683723f7
|
Making more methods static in TestManager
|
2010-05-04 21:04:18 -04:30 |
|
José Lorenzo Rodríguez
|
c23f66e35c
|
Removing "extends" from TestManager as it wasn't used anyway.
Making some methods static as they were called statically
More testing on TestManager
|
2010-05-04 20:51:58 -04:30 |
|
predominant
|
719836c41d
|
Updated doc block for added HTTP Status.
|
2010-05-05 10:09:47 +10:00 |
|
José Lorenzo Rodríguez
|
cdf4006f16
|
Refactoring TestManager::runAllTests() and improving the TestManager test case
|
2010-05-04 18:25:15 -04:30 |
|
José Lorenzo Rodríguez
|
4a152d3d55
|
Adding number of assertion runned in html reporter
enabling "show passes" (that in contrast of simpletest only reports the passed test method instead of the assertion)
cleaning up a bit
|
2010-05-04 16:31:03 -04:30 |
|
José Lorenzo Rodríguez
|
10434c35b6
|
Improving PHPUnit path detection when it is installed via pear
|
2010-05-04 16:30:06 -04:30 |
|
José Lorenzo Rodríguez
|
9afbeaa217
|
Converting CakeHtmlReporter in a TestCase listener.
this apparently shows that it is easy to make the transition to PHPUnit.
|
2010-05-04 13:51:25 -04:30 |
|
José Lorenzo Rodríguez
|
ce7f892d6a
|
Removing simpletest dependency in CakeBaseReporter
|
2010-05-04 13:50:07 -04:30 |
|
José Lorenzo Rodríguez
|
15dd798e30
|
Some experimental movements inside TEstManager to make it work with PHPUnit
|
2010-05-04 13:49:10 -04:30 |
|
José Lorenzo Rodríguez
|
14559aabd9
|
Adding compatibility assert methods for CakeTestCase to ease the transition to PHPUnit
|
2010-05-04 13:47:08 -04:30 |
|
José Lorenzo Rodríguez
|
7417a00de7
|
Initial step to replace simpletest for PHPUnit
This is probably temporary, still needed to see if PHPUnit is already in path (installed with pear or something)
|
2010-05-04 13:40:50 -04:30 |
|
Mark Story
|
e9a7d6d3b9
|
Splitting CakeRoute and PluginShortRoute into their own files. Also splitting out the test cases.
|
2010-05-04 00:35:22 -04:00 |
|
Mark Story
|
f76d320688
|
Making Router a fully static class. Tests updated.
|
2010-05-04 00:26:02 -04:00 |
|
Mark Story
|
c91d74a9af
|
Making CakeRequest toss an exception when it can't handle a method call.
|
2010-05-03 23:41:13 -04:00 |
|
Mark Story
|
c5fdeec7a1
|
Updating FormHelper tests to use CakeRequest.
|
2010-05-03 23:39:43 -04:00 |
|
Mark Story
|
69275c8996
|
Adding a parameter to CakeRequest to allow it to skip parsing the environment.
|
2010-05-03 22:50:38 -04:00 |
|
Mark Story
|
ce10c85367
|
Making Sanitize::stripScripts() to remove multi-line script and style blocks. Fixes #657
|
2010-05-03 22:33:20 -04:00 |
|
Mark Story
|
95dbae8acf
|
Making RequestHandler component carry along a passed status code. This fixes issues where RequestHandler hijacks an redirect(). Fixes #658
|
2010-05-03 22:07:13 -04:00 |
|
predominant
|
87db966383
|
Remove PHP5 conditional statements.
|
2010-05-03 13:36:32 +10:00 |
|
predominant
|
c1eaa4b24c
|
Fixed access and removed @access tags.
|
2010-05-03 13:28:09 +10:00 |
|