Commit graph

7537 commits

Author SHA1 Message Date
mark_story
dedc85390c Adding header() to get header/server vars.
Adding OPTIONS to the detector list.
2010-06-29 00:24:29 -04:00
mark_story
3e6cd0be44 Removing inheritance on Object as Dispatcher has no use for the inherited methods.
Removing flush() call as it was causing the test suite to not display anything.
2010-06-29 00:13:24 -04:00
mark_story
dae14ac72b Removing debug. 2010-06-28 23:44:36 -04:00
mark_story
7c0cda7ce5 Merge branch '2.0' into 2.0-request
Conflicts:
	cake/libs/router.php
	cake/tests/cases/dispatcher.test.php
	cake/tests/cases/libs/controller/components/auth.test.php
	cake/tests/cases/libs/controller/components/request_handler.test.php
	cake/tests/cases/libs/controller/controller.test.php
	cake/tests/cases/libs/router.test.php
	cake/tests/cases/libs/view/helpers/html.test.php
	cake/tests/cases/libs/view/helpers/js.test.php
2010-06-28 23:41:48 -04:00
mark_story
a84db71895 Fixing comments in file. 2010-06-28 23:01:25 -04:00
mark_story
d7ff6cf244 Updating simpletest error page to reflect PHPUnit. 2010-06-28 22:59:01 -04:00
mark_story
1c47702cb9 Updating formatting to match coding standards. 2010-06-28 22:53:33 -04:00
mark_story
5e79a450b8 Removing some more grouptest artifacts. 2010-06-28 22:44:13 -04:00
mark_story
ec04c4f7aa Removing CLI reporter. Its no longer used. 2010-06-28 22:42:52 -04:00
Leszek Stachowski
68a9c9c5ab Added HtmlHelper::getCrumbList() to generate semantically correct
(x)html breadcrumb navigation path and a test to it. Fixes #856

Signed-off-by: mark_story <mark@mark-story.com>
2010-06-28 22:36:28 -04:00
mark_story
cb3100f71f Applying patch from 'tbhot3ww' to make Dispatcher::asset() more forgiving with whitespace. Fixes #864 2010-06-28 22:35:07 -04:00
mark_story
cd8dff362d Merge branch '2.0-phpunit' into 2.0
Conflicts:
	cake/libs/controller/components/email.php
	cake/tests/cases/libs/cake_test_fixture.test.php
	cake/tests/cases/libs/controller/components/email.test.php
2010-06-28 22:31:35 -04:00
mark_story
ecf7811b7a Merge branch '2.0' into 2.0-request
Conflicts:
	cake/dispatcher.php
	cake/libs/controller/components/request_handler.php
	cake/libs/view/helpers/form.php
	cake/tests/cases/libs/controller/components/request_handler.test.php
	cake/tests/cases/libs/controller/controller.test.php
	cake/tests/cases/libs/view/helpers/js.test.php
	cake/tests/cases/libs/view/helpers/paginator.test.php
2010-06-27 23:21:11 -04:00
mark_story
16b7d3b156 Fixing assertIdentical wrapper as assertIdentical used to type check, much like assertSame does. 2010-06-27 22:48:30 -04:00
mark_story
139c377e09 Updating help for testsuite shell.
Updating testsuite shell interface so it takes fewer arguments.
Making -coverage an option instead of a positional argument.
2010-06-26 14:20:34 -04:00
mark_story
e9ba86b9e6 Fixing typo and implementing -filter in testsuite shell. Fixes #211 2010-06-26 14:07:38 -04:00
mark_story
bd43866f5b Removing commented code and code never used anymore. 2010-06-26 13:58:49 -04:00
mark_story
b4c061b477 Testsuiteshell now runs again with PHPUnit tests. 2010-06-26 13:49:21 -04:00
mark_story
bbf5a051e0 Making CakeTextReporter work a little nicer in a CLI context.
Updating documentation on TestManager.
2010-06-26 13:48:55 -04:00
mark_story
0baab93929 Doing some tweaks to CakeTestSuiteDispatcher to make CLI testing easier. 2010-06-26 13:48:11 -04:00
mark_story
3ebbaf106c Removing SimpleTest method calls. 2010-06-26 13:47:30 -04:00
mark_story
f81497070d Fixing compatibility issues in CakeTextReporter that have come up. 2010-06-26 13:02:35 -04:00
mark_story
206d4d4722 Removing 'group tests' PHPUnit implements them as testsuites, which do not need to be handled differently than test cases. 2010-06-26 12:58:03 -04:00
mark_story
929bb5769e Merge branch '1.3' into 2.0
Conflicts:
	app/webroot/index.php
	cake/console/templates/skel/webroot/index.php
	cake/libs/cake_session.php
	cake/libs/controller/components/email.php
	cake/libs/controller/scaffold.php
	cake/libs/model/datasources/dbo/dbo_oracle.php
	cake/libs/model/model_behavior.php
	cake/libs/view/pages/home.ctp
	cake/tests/cases/libs/controller/components/acl.test.php
	cake/tests/cases/libs/file.test.php
2010-06-26 12:29:20 -04:00
mark_story
a166ea78cb Fixing fails in dbo source test caused by not enough fixtures being loaded. 2010-06-25 23:40:29 -04:00
mark_story
c084456a08 Moving console and database groups to PHPUnit.
Both have some fails caused by the current fixture implementation.
Removing groups folder as its no longer used.
2010-06-25 23:36:08 -04:00
José Lorenzo Rodríguez Urdaneta
052f64b6cd Merge branch '2.0-phpunit' of github.com:cakephp/cakephp into 2.0-phpunit 2010-06-25 00:04:22 -04:30
José Lorenzo Rodríguez Urdaneta
4689be643b Migrating EmailTest to phpunit 2010-06-25 00:02:20 -04:30
mark_story
0fb9a9c481 Porting Behavior group to PHPUnit. Containable is commented out because its test crashes the group. 2010-06-24 23:59:06 -04:00
mark_story
e2e26696f8 Moving 'group' files to top of the list. 2010-06-24 23:58:57 -04:00
mark_story
7f9f76d012 Migrating Controller group to PHPUnit. 2010-06-24 22:54:15 -04:00
mark_story
b3faa7f23b Fixing skips in ControllerMergeVarsTest. 2010-06-24 22:53:48 -04:00
José Lorenzo Rodríguez Urdaneta
e1bdf57a77 Migrating Test Suite group to phpunit 2010-06-24 10:53:56 -04:30
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