mark_story
|
713e6e6287
|
Fixing parse error that caused scaffold test to not run and not pass.
|
2010-05-30 22:41:52 -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
|
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 |
|
José Lorenzo Rodríguez
|
a737b77a89
|
Fixing bridged method assertIdentical. The corrent interpretetion in PHPUnit was assertEquals and not assertSame, as the former is to assert references to the same object
|
2010-05-26 23:22:58 -04:30 |
|
mark_story
|
0dc627178a
|
updating helper and component tests for controller task to use phpunit.
|
2010-05-26 23:01:14 -04:00 |
|
mark_story
|
e4ccaba3e0
|
Adding a filter GET parameter which allows you filter which test methods get run. It accepts preg_match() compatible patterns.
|
2010-05-26 22:21:34 -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
|
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 |
|
mark_story
|
b73870c33d
|
Removing reference operators in the AclComponent.
|
2010-05-22 20:20:41 -04:00 |
|
mark_story
|
1c36c1f088
|
Updating ShellDispatcher test case to use PHPUnit mock objects.
|
2010-05-22 13:10:01 -04:00 |
|
mark_story
|
326f33f9c6
|
Adding wrapper for assertIsA() assertion in simpletest.
|
2010-05-22 13:09:17 -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
|
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
|
0759c0b462
|
Removing trailing whitespace.
|
2010-05-20 22:49:50 -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 |
|
Robert Sworder
|
385ceb434e
|
When using Digest Authentication the passwords do not need to be md5 hashed. Removed incorrect comment.
Fixes #733
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-05-18 22:19:33 -04:00 |
|
Juan Basso
|
a94b9ee95b
|
Update various links. Closes #392
|
2010-05-18 22:15:13 -03:00 |
|
José Lorenzo Rodríguez
|
3f881aee35
|
Fixing message for completed test cases
|
2010-05-17 23:44:08 -04:30 |
|
José Lorenzo Rodríguez
|
d3837ba7b0
|
Merge branch '2.0-phpunit' of git@github.com:cakephp/cakephp into 2.0-phpunit
|
2010-05-17 22:37:12 -04:30 |
|
José Lorenzo Rodríguez
|
327d42d6de
|
Fixing CacheHelperTest for phpunit
|
2010-05-17 22:35:54 -04:30 |
|
José Lorenzo Rodríguez
|
d7803dc7bf
|
Implementing skipped tests message in html reporter
|
2010-05-17 22:31:22 -04:30 |
|
José Lorenzo Rodríguez
|
f7949d6ace
|
Fixing FormHelperTest for phpunit
|
2010-05-17 22:30:04 -04:30 |
|
mark_story
|
3a60aa07de
|
Fixing issues where setting jQueryObject did not affect request() and its connected methods.
Tests added.
Fixes #728
|
2010-05-17 18:25:50 -04:00 |
|
mark_story
|
cd5aee1bfa
|
Applying patch from 'franiglesias'. Fixes issues where str_replace would greedily replace too many occurences of 'libs/'. Fixes #724
|
2010-05-16 23:50:17 -04:00 |
|
mark_story
|
4915645fb1
|
Applying patch from 'Daren Thomas' fixes issues where sorting on virtualFields did not work properly when using aliased sort link keys. Tests added. Fixes #680
|
2010-05-16 23:42:14 -04:00 |
|
mark_story
|
6c2fe39bc0
|
Changing how the cursor appears.
|
2010-05-16 12:34:39 -04:00 |
|
José Lorenzo Rodríguez
|
32a46e9eda
|
Converting HtmlHelperTest to phpunit
|
2010-05-15 21:05:22 -04:30 |
|
Mark Story
|
353c600cd7
|
Removing unreachable code. Fixes #614
|
2010-05-13 23:38:26 -04:00 |
|
Mark Story
|
a29866b7fb
|
Updating test for 1.3
|
2010-05-13 23:09:23 -04:00 |
|
Mark Story
|
3d98cc6f53
|
Adding tests for welsh added in previous commit.
|
2010-05-13 23:08:32 -04:00 |
|
Mark Story
|
046c233a34
|
Adding Welsh to the supported lists of locales in l10n. Thanks to 'DanAbel' for the 'patch'. Fixes #714
|
2010-05-13 22:13:59 -04:00 |
|
Mark Story
|
67e32e292d
|
Additional refactoring in the coverage classes.
|
2010-05-13 21:51:59 -04:00 |
|
Mark Story
|
9303de936e
|
Fixing fatal error trying to run coverage on the coverage reporter.
Removing old CodeCoverageManager implementation.
|
2010-05-13 21:44:30 -04:00 |
|
Mark Story
|
e76c05b2b9
|
Merge branch '2.0-coverage' into 2.0-phpunit
|
2010-05-13 21:39:23 -04:00 |
|
Mark Story
|
5e29cfc21e
|
Adding TextCoverageReport and extracting a base class.
Updating the coverage classes to use the new class structure.
|
2010-05-13 21:36:23 -04:00 |
|
Juan Basso
|
db4f7a2625
|
Fixing search of test cases and groups for PHP 5.2.
|
2010-05-13 18:48:34 -03:00 |
|
José Lorenzo Rodríguez
|
689e46be4f
|
Converting ConfigureTest to phpunit
|
2010-05-13 00:52:38 -04:30 |
|
José Lorenzo Rodríguez
|
f3f37a126f
|
Converting CakeSocketTest to phpunit
|
2010-05-13 00:50:30 -04:30 |
|
José Lorenzo Rodríguez
|
01e36ce2c4
|
Improving compatobility method detection in paintError, so the failing line and method is correctly pointed out in the reporter
|
2010-05-13 00:48:03 -04:30 |
|
José Lorenzo Rodríguez
|
72959e7872
|
Converting CAkeSessionTest to phpunit
|
2010-05-13 00:21:16 -04:30 |
|
José Lorenzo Rodríguez
|
6613cfb662
|
Migrating CacheTest to phpunit
|
2010-05-13 00:13:40 -04:30 |
|
José Lorenzo Rodríguez
|
c1dc753be5
|
Replacing call of static:: for self as it is php 5.3 specific
|
2010-05-13 00:08:35 -04:30 |
|
José Lorenzo Rodríguez
|
3e3817f113
|
Merge commit 'mark/2.0-coverage' into 2.0-phpunit
Conflicts:
cake/tests/lib/reporter/cake_html_reporter.php
|
2010-05-13 00:05:30 -04:30 |
|
José Lorenzo Rodríguez
|
8c3df122eb
|
Merge commit 'lorenzo/2.0-phpunit' into 2.0-phpunit
Conflicts:
cake/tests/lib/reporter/cake_html_reporter.php
cake/tests/lib/test_manager.php
|
2010-05-12 23:58:56 -04:30 |
|
Mark Story
|
17f338a9b2
|
Moving methods up into CakeBaseReporter.
Starting to make CakeTextReporter work well with PHPUnit so the Text code coverage reporting can be implemented.
|
2010-05-13 00:18:22 -04:00 |
|
Mark Story
|
d349551dd7
|
Adding tests for generating method coverage with the reporter.
Adding method visibility
|
2010-05-12 22:43:44 -04:00 |
|
Mark Story
|
cb9d6f478d
|
Making coverage reports show what tests covered the line being hovered over. Updating CSS to help facilitate hover effects.
|
2010-05-12 22:13:12 -04:00 |
|
Mark Story
|
79839c07d2
|
Fixing issues where ModelBehavior::detach() would not detach behaviors when a plugin.name was provided. This change makes detach() work like attach(). Tests added. Fixes #711
|
2010-05-11 23:08:14 -04:00 |
|
Mark Story
|
0648c6604b
|
Adding some additional tests for possible php4 compatibility issues.
|
2010-05-11 23:01:40 -04:00 |
|
Mark Story
|
6add43a4bc
|
Fixing issue where id = null could cause SQL errors when saving more than one record with a null id. Fixes #675
|
2010-05-11 22:40:56 -04:00 |
|
ADmad
|
3539660cd0
|
Space is now properly added inbetween when 'asc'/'desc' class is appended to user defined css class in PaginatorHelper::sort. Fixes #710
|
2010-05-12 00:42:02 +05:30 |
|
Mark Story
|
6e355312bb
|
Fixing issue where Config.timeout wouldn't correctly countdown when many quick requests were sent.
|
2010-05-11 00:39:10 -04:00 |
|
Richard Sbresny
|
05beaab272
|
Removed unnecessary unset
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-05-11 00:14:38 -04:00 |
|
Richard Sbresny
|
b04a3f8514
|
Switched over to using the previously unused Security::inactiveMins() method for getting timeout modifiers
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-05-11 00:14:20 -04:00 |
|
Richard Sbresny
|
5cf08cbe92
|
Updated default values to reflect the static values previously set
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-05-11 00:12:15 -04:00 |
|
Richard Sbresny
|
c62ae5e48a
|
Included timeout multiplier factor to be used not just inside a session start
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-05-11 00:11:44 -04:00 |
|
Richard Sbresny
|
a4950f6940
|
Updated session timeout calculations to use the security level from core.php as the multiplier.
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-05-11 00:11:20 -04:00 |
|
Mark Story
|
96d0119abc
|
Applying patches from 'wals' to fix uses where incorrect parameters were being passed into methods, and making methods match their documentation blocks. Fixes #668
|
2010-05-10 23:58:22 -04:00 |
|
Robert Sworder
|
ec10a01504
|
Changing home.ctp to remove references to 1.2. Fixes #705
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-05-10 23:48:12 -04:00 |
|
Mark Story
|
91a40a0104
|
Making null check explicit so falsey default values can be used. Fixes #695
|
2010-05-10 23:46:47 -04:00 |
|
predominant
|
8f880731c6
|
Removing closing PHP tags.
|
2010-05-11 08:27:28 +10:00 |
|
predominant
|
1ec220dac2
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
|
Mark Story
|
687eab9528
|
Adding a toggle all button to the coverage report. Makes it easier to see the test subject at a glance.
Adding ability to only show files that match the extension-less basename of the test case file. This hides much of the noise the new reports have.
|
2010-05-09 23:20:28 -04:00 |
|
Mark Story
|
e8e2235cfa
|
Updating coverage report and tests to include hiding javascript.
|
2010-05-09 22:15:20 -04:00 |
|
José Lorenzo Rodríguez
|
765de657e6
|
Fixing PaginatorHelperTest to be compatible with PHPUnit
|
2010-05-09 18:49:04 -04:30 |
|
José Lorenzo Rodríguez
|
1e01e21bf9
|
Impriving the default for expectExpection
|
2010-05-09 18:48:39 -04:30 |
|
José Lorenzo Rodríguez
|
bc9479efcf
|
Fixing XmlTest to be compatible with PHPUnit
|
2010-05-09 18:18:40 -04:30 |
|
José Lorenzo Rodríguez
|
508d707a7a
|
Adding another compatibility test method: assertWithinMargin
|
2010-05-09 18:16:42 -04:30 |
|
José Lorenzo Rodríguez
|
88d21fbea4
|
Experimental change: restoring the error handler to steps back in the stack to let PHPUnit take over when running tests
|
2010-05-09 18:15:51 -04:30 |
|
José Lorenzo Rodríguez
|
809550087c
|
Finxing ThemeTest to be compatible with PHPUnit
|
2010-05-09 16:27:09 -04:30 |
|
José Lorenzo Rodríguez
|
c96b14541d
|
Adding new compatibility method for CakeTestCase
|
2010-05-09 16:09:57 -04:30 |
|
José Lorenzo Rodríguez
|
d252fdeb52
|
Fixing View test case to be compatible with PHPUnit
|
2010-05-09 16:09:02 -04:30 |
|
Mark Story
|
f084a82dfc
|
Refactoring how coverage diffs are generated to better use data from phpunit. Removing methods made redundant by data changes.
|
2010-05-09 12:30:55 -04:00 |
|
Mark Story
|
ac318faf5a
|
Switching back to using non raw code coverage data as it has been filtered by phpunit's filters. combining the data from phpunit into a singular cohesive report.
|
2010-05-09 02:08:32 -04:00 |
|
Mark Story
|
3c3655aefd
|
Fixing failing tests.
|
2010-05-09 01:16:44 -04:00 |
|
Mark Story
|
75d7146bd0
|
Updating code coverage tools to use raw data which includes dead and uncovered line data.
|
2010-05-09 01:15:57 -04:00 |
|
Mark Story
|
9a20a2344b
|
Continuing work on updated code coverage reports.
|
2010-05-09 00:40:05 -04:00 |
|
Mark Story
|
955c6bea9f
|
Verbose coverage generation has been added and tests added.
|
2010-05-09 00:04:03 -04:00 |
|
José Lorenzo Rodríguez
|
b8e83e6a49
|
Adding documentation for CakeFixtureManager
|
2010-05-08 17:50:55 -04:30 |
|
Mark Story
|
f6b49cd865
|
Updating file headers.
|
2010-05-08 18:12:20 -04:00 |
|