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
|
7cef278ce2
|
Fixing missing boolean return in Validation::cc()
Fixing Validation test case to pass under PHPUnit.
|
2010-05-20 22:30:47 -04: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 |
|
José Lorenzo Rodríguez
|
327d42d6de
|
Fixing CacheHelperTest for phpunit
|
2010-05-17 22:35:54 -04:30 |
|
José Lorenzo Rodríguez
|
f7949d6ace
|
Fixing FormHelperTest for phpunit
|
2010-05-17 22:30:04 -04:30 |
|
José Lorenzo Rodríguez
|
32a46e9eda
|
Converting HtmlHelperTest to phpunit
|
2010-05-15 21:05:22 -04:30 |
|
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 |
|
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
|
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
|
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
|
d349551dd7
|
Adding tests for generating method coverage with the reporter.
Adding method visibility
|
2010-05-12 22:43:44 -04:00 |
|
predominant
|
8f880731c6
|
Removing closing PHP tags.
|
2010-05-11 08:27:28 +10: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
|
bc9479efcf
|
Fixing XmlTest to be compatible with PHPUnit
|
2010-05-09 18:18:40 -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
|
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
|
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 |
|
Mark Story
|
f6b49cd865
|
Updating file headers.
|
2010-05-08 18:12:20 -04:00 |
|
Mark Story
|
fad99ad1f4
|
Adding tests for merging of report data.
|
2010-05-08 18:08:02 -04:00 |
|
Mark Story
|
ac5f731940
|
Starting work on HtmlCoverageReport and adding a test case.
|
2010-05-08 17:59:14 -04:00 |
|
José Lorenzo Rodríguez
|
79c001197d
|
Merge commit 'mark/2.0-phpunit' into 2.0-phpunit
Conflicts:
cake/tests/lib/test_manager.php
|
2010-05-08 17:18:43 -04:30 |
|
José Lorenzo Rodríguez
|
fb09adca68
|
Adding tests for skipIf
|
2010-05-08 16:36:11 -04:30 |
|
José Lorenzo Rodríguez
|
4d3a6e8ca6
|
Fixing and testing for CakeTestCase::loadFixtures()
|
2010-05-08 16:14:22 -04:30 |
|
José Lorenzo Rodríguez
|
2b5cd26fc6
|
Adding tests for CakeTestCase fixtures
|
2010-05-08 15:56:21 -04:30 |
|
Mark Story
|
933378223b
|
Updating CakeLog tests to use @expectedException annotation.
|
2010-05-08 16:17:20 -04:00 |
|
José Lorenzo Rodríguez
|
82a1bd6f80
|
Cleaning up CakeTestCase and adding some tests for it
|
2010-05-08 01:19:45 -04:30 |
|
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
|
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 |
|
José Lorenzo Rodríguez
|
cdf4006f16
|
Refactoring TestManager::runAllTests() and improving the TestManager test case
|
2010-05-04 18:25:15 -04:30 |
|
Mark Story
|
adf604a966
|
Merge branch '1.3' into 2.0
Conflicts:
cake/console/templates/default/actions/controller_actions.ctp
cake/console/templates/default/views/form.ctp
cake/console/templates/default/views/index.ctp
cake/console/templates/default/views/view.ctp
cake/libs/controller/controller.php
cake/libs/controller/scaffold.php
cake/libs/view/pages/home.ctp
cake/tests/cases/dispatcher.test.php
cake/tests/cases/libs/model/cake_schema.test.php
|
2010-05-02 17:53:42 -04:00 |
|
ADmad
|
f386dca6d8
|
Controller::loadModel() now returns true when model is succesfully instantiated as stated in docblock. Added test case.
|
2010-05-02 05:34:38 +05:30 |
|
José Lorenzo Rodríguez
|
ad51115e12
|
Fixing bug where required class would be added to form fields when using single rule syntax in $validate even if allowEmpty is set to true
Closes #654
|
2010-04-30 16:42:59 -04:30 |
|