mark_story
|
3ab77017ae
|
Fixing OpenTest license mentions to use MIT License
Fixing PHP versions 4 and 5 to only be PHP5.
|
2010-10-03 12:31:21 -04:00 |
|
mark_story
|
b908365f9d
|
Changing the @license tag on test files, as tests can now be MIT like
the rest of CakePHP.
|
2010-10-03 12:27:27 -04:00 |
|
José Lorenzo Rodríguez
|
0eaf437fe4
|
Merge remote branch 'origin/2.0' into 2.0-phpunit-upgrade
|
2010-09-27 23:19:47 -04:30 |
|
José Lorenzo Rodríguez
|
ba168d1a72
|
Initial steps towards migrating to phpunit 3.5
|
2010-09-27 22:37:23 -04:30 |
|
mark_story
|
d7b5e12b85
|
Removing methods from TestManager and putting them into CakeTestSuite.
|
2010-09-25 00:16:28 -04:00 |
|
mark_story
|
460a8bc4f6
|
test_suite suite now runs. Still has a few failing tests from the fixture test case.
|
2010-09-24 23:30:02 -04:00 |
|
José Lorenzo Rodríguez
|
feec7f9a98
|
Created a loadCase method in TestManager and changing visibility of some methods
|
2010-07-06 23:31:21 -04:30 |
|
José Lorenzo Rodríguez
|
cdf52a890f
|
Adding a params var to the TestManager to hold through the lifecicle of the object
|
2010-07-06 23:19:37 -04:30 |
|
mark_story
|
5e79a450b8
|
Removing some more grouptest artifacts.
|
2010-06-28 22:44:13 -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
|
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
|
747847e275
|
Moving restore_error_handler up into TestManager and out of CakeTestSuite.
|
2010-06-21 22:54:41 -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
|
86eb46ca87
|
Fixing path location for group tests.
|
2010-06-12 23:31:08 -04:00 |
|
José Lorenzo Rodríguez Urdaneta
|
4021095422
|
Migrating TestManager test to phpunit
|
2010-06-10 21:59:03 -04:30 |
|
mark_story
|
b723b92211
|
Fixing issues where App test case list could not be viewed.
Removing protected methods that only had one caller.
|
2010-06-09 18:37:24 -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
|
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 |
|
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 |
|
Juan Basso
|
a94b9ee95b
|
Update various links. Closes #392
|
2010-05-18 22:15:13 -03: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
|
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 |
|
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
|
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
|
75d7146bd0
|
Updating code coverage tools to use raw data which includes dead and uncovered line data.
|
2010-05-09 01:15:57 -04:00 |
|
José Lorenzo Rodríguez
|
f5cfc325f8
|
Adding some missing doc blocks
|
2010-05-08 17:29:33 -04:30 |
|
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 |
|
Mark Story
|
fd073809d0
|
Removing references to non phpunit code coverage parsing.
Adding stub of new code coverage report generator.
Updating related files.
|
2010-05-08 17:14:47 -04:00 |
|
José Lorenzo Rodríguez
|
5d041c58b7
|
Using the CakeTesSuite in TestManager and calling accordingly the load and unload of fixtures using the variable
$sharedFixture
|
2010-05-08 15:55:16 -04:30 |
|
Mark Story
|
507c3b2d94
|
Adding the CakePHP testing classes to the coverage ignore filter for PHPUnit. Starting to refactor how coverage is generated, to use more features of PHPUnit.
|
2010-05-08 16:18:45 -04:00 |
|
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 |
|
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 |
|
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
|
10434c35b6
|
Improving PHPUnit path detection when it is installed via pear
|
2010-05-04 16:30:06 -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 |
|
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 |
|
Mark Story
|
56967e71c1
|
Fixing group path checking in test manager.
Conflicts:
cake/tests/lib/test_manager.php
|
2010-04-23 00:46:13 -04:00 |
|
Mark Story
|
813a3af19c
|
Fixing security vulnerabilities in the test suite runner.
|
2010-04-22 23:36:02 -04:00 |
|
Mark Story
|
286e96624b
|
Removing reference operators and removing DS in TestManager and CakeTestCase.
|
2010-04-14 23:31:15 -04:00 |
|
Mark Story
|
7705c404ee
|
Fixing / adding visibility.
Removing DS usage as its not needed in php5.
Removing reference operators.
|
2010-04-14 23:24:44 -04:00 |
|
Mark Story
|
79eeb33e35
|
Fixing constructors
Adding method visibility.
Removing reference operators.
|
2010-04-14 22:56:51 -04:00 |
|
predominant
|
50a547167b
|
Changing protected methods to specify protected access.
|
2010-04-05 13:21:28 +10:00 |
|
predominant
|
1497ec3910
|
Changed all public methods to specify public access.
|
2010-04-05 13:19:38 +10:00 |
|
predominant
|
850ca02bb6
|
Changed all public 'var' declarations to be 'public $var'
|
2010-04-04 17:14:00 +10:00 |
|
predominant
|
329a13fe5f
|
Changed all $_ declared variables to protected.
|
2010-04-04 16:36:12 +10:00 |
|