mark_story
|
5c076d44db
|
Adding import to Helper so its tests run in CLI.
|
2010-07-11 20:01:24 -04:00 |
|
mark_story
|
e382a1c63c
|
Adding test case for find(list) with recursive.
|
2010-07-11 18:38:27 -04:00 |
|
mark_story
|
6d8724097e
|
Changing check in AjaxHelper::link() so lazy users don't get type errors. Fixes #902
|
2010-07-11 13:47:40 -04:00 |
|
mark_story
|
65efd675c1
|
Fixing fatal error caused by associated models using a datasource that is not a subclass of dbo_source. Test added. Fixes #873
|
2010-07-11 13:06:33 -04:00 |
|
mark_story
|
eda79aefb2
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2010-07-10 18:39:55 -04:00 |
|
Juan Basso
|
9fe5f360eb
|
Adding a default value to options param in JsEngine effect to avoid error in some php versions.
|
2010-07-10 18:15:09 -03:00 |
|
mark_story
|
5c4d46abda
|
Removing reference operators.
|
2010-07-10 11:45:10 -04:00 |
|
mark_story
|
a04c87c42a
|
Adding App::init() to bootstrap App now that its static.
|
2010-07-10 11:40:06 -04:00 |
|
mark_story
|
d28f7f4144
|
Fixing failing test.
|
2010-07-10 11:32:12 -04:00 |
|
mark_story
|
f202f89974
|
Initial port of App to a static class, one test is failing.
|
2010-07-10 00:48:45 -04:00 |
|
mark_story
|
0e2a313145
|
Removing reference operators from controller.
Removing cakeDebug as its no longer used.
|
2010-07-10 00:32:35 -04:00 |
|
mark_story
|
10be0e5c6b
|
Updating ModelTaskTest so it runs in a TestSuite.
|
2010-07-10 00:22:14 -04:00 |
|
mark_story
|
ec84f57fc1
|
Updating ControllerTaskTest so it runs in a TestSuite context.
|
2010-07-10 00:19:32 -04:00 |
|
mark_story
|
3ae1501fd0
|
Removing more strtolower loops.
|
2010-07-09 23:58:48 -04:00 |
|
mark_story
|
b7310afddf
|
Removing strtolower() loops on method names, as casing is preserved in php5.
|
2010-07-09 23:49:48 -04:00 |
|
mark_story
|
e64a1873f9
|
Marking problem test cases, as things that might need to be skipped or fixed.
|
2010-07-08 23:53:11 -04:00 |
|
mark_story
|
b15948c3bc
|
Updating merged tests from 1.3
|
2010-07-08 23:44:41 -04:00 |
|
mark_story
|
fbc84cb89b
|
Switching assertTrue() for assertContains, as its more readable.
|
2010-07-08 23:38:11 -04:00 |
|
mark_story
|
a3bf367929
|
Adding unique fixtures to ControllerTaskTest and updating the test cases.
|
2010-07-08 23:25:39 -04:00 |
|
mark_story
|
82ae533f2a
|
Updating FixtureTest to account for removal of ?> in templates.
|
2010-07-08 22:40:03 -04:00 |
|
José Lorenzo Rodríguez Urdaneta
|
906ef65547
|
Refactoring header sending in dispatcher to be able to test it properly
|
2010-07-07 23:42:19 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
38d8e03363
|
Fixing some errors on SchemaShellTest
|
2010-07-07 23:14:12 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
da9d1c6b06
|
Importing controller in bake test to make it pass under the cli runner
|
2010-07-07 23:07:23 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
d5c51b9b09
|
Fixing notices introduced in last commit
|
2010-07-07 23:03:24 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
7b51feb89c
|
Fixing constant declaration as it was not consistent in web runner and cli runner
|
2010-07-07 22:58:48 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
fa8db5787d
|
Fixing test case
|
2010-07-07 22:29:26 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
3f2df10cc2
|
Merge remote branch 'origin/2.0' into 2.0-phpunit
|
2010-07-07 22:22:12 -04:30 |
|
Juan Basso
|
7dae4a7fd8
|
Avoiding error to unlink files in Windows. Fixed lock in file cache.
|
2010-07-07 23:36:13 -03:00 |
|
José Lorenzo Rodríguez
|
1b97af2e34
|
Making necessary changes to use the PHPUnit cli tool in testsuite shell
|
2010-07-07 00:11:06 -04:30 |
|
José Lorenzo Rodríguez
|
f8ed99798a
|
Adding the test runner class to be able to load unit test cases using the PHPUnit cli tool
|
2010-07-07 00:10:28 -04:30 |
|
José Lorenzo Rodríguez
|
21ffdb0ab9
|
Starting to refactor testsuite shell to use the PHPUnit Cli runner
|
2010-07-07 00:07:22 -04:30 |
|
José Lorenzo Rodríguez
|
5b999e6d79
|
Renaming and refactoring method for checking existence of PHPUnit test framework
|
2010-07-07 00:05:30 -04:30 |
|
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
|
103346155f
|
Fixing HttpSocket losing auth credentials when multiple requests are made with the same object. Fixes #893
|
2010-07-06 22:30:48 -04:00 |
|
mark_story
|
cbccd16c46
|
Adding visibility and static keywords to connection manager.
|
2010-07-05 23:08:25 -04:00 |
|
mark_story
|
5d8e27d97b
|
Removing @access and @static where they are not needed anymore.
|
2010-07-05 22:57:23 -04:00 |
|
Juan Basso
|
09e04c5c1c
|
Removed old use of Configure class in tests.
|
2010-07-05 23:52:15 -03:00 |
|
mark_story
|
fdafa6b3bd
|
Adding visibility and static keywords to ClassRegistry.
|
2010-07-05 22:44:20 -04:00 |
|
mark_story
|
a0647e5a8f
|
Making static methods static.
|
2010-07-05 22:39:09 -04:00 |
|
mark_story
|
a2c1ca92b4
|
Converting Multibyte class to use static methods and properties.
|
2010-07-05 22:35:13 -04:00 |
|
mark_story
|
b8085cddce
|
Removing PHP5 and all its uses.
|
2010-07-05 22:19:22 -04:00 |
|
mark_story
|
4a32a39c22
|
Updating doc blocks.
|
2010-07-05 21:57:39 -04:00 |
|
mark_story
|
02e25f7557
|
Changing Configure::read() to not have a default value, and instead return all values in configure when no param is supplied. Test cases updated. Fixes #503
|
2010-07-05 21:50:36 -04:00 |
|
mark_story
|
2fee0b5b63
|
Updating console bootstrap process.
|
2010-07-04 22:03:25 -04:00 |
|
mark_story
|
b2351ef3c9
|
Updating Configure to be a fully static class.
|
2010-07-04 22:00:49 -04:00 |
|
mark_story
|
90b2123656
|
Updating Inflector to use static methods and properties.
Reducing the number of cache properties to one.
Deleting PHP4 specific tests.
|
2010-07-04 21:46:48 -04:00 |
|
mark_story
|
60ab9800e2
|
Fixes issue where CakeSession::destroy() would fail to properly restart the session. Tests added. Fixes #787
|
2010-07-03 18:34:02 -04:00 |
|
mark_story
|
4cd43553b4
|
Fixing issues where multiple reset bindModel() calls would cause incorrect associations to be restored.
Also fixing issues where multiple calls to unbindModel() would cause incorrect associations to be restored.
Tests added.
Fixes #889
|
2010-07-03 18:05:14 -04:00 |
|
mark_story
|
f9de88d6cf
|
Reverted regression with ob_clean() called even when ob_start() was not
executed, introduced in cb3100f71f Refs #864. Fixes #882
|
2010-07-03 17:24:54 -04:00 |
|