José Lorenzo Rodríguez Urdaneta
|
e165f7d559
|
Changing how dynamic "with" models are loaded
Changing all calls to get model's datasourse to use Model::getDatasource()
|
2010-07-14 23:19:38 -04:30 |
|
mark_story
|
71af126171
|
Changing HtmlReporter to print out testname and stack trace instead of trying to guess where things went wrong.
|
2010-07-14 23:00:09 -04:00 |
|
José Lorenzo Rodríguez Urdaneta
|
0ec30be076
|
Improving tests for model associations lazy loading
|
2010-07-14 22:10:56 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
c1a9a2e263
|
Correctly registering plugin models in CR, initial test case onmodel associations lazy loading
|
2010-07-14 19:23:41 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
fdf91194a6
|
Initial approach for model associations lazy loading, all model tests passing
|
2010-07-14 16:58:12 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
4759b7adac
|
Merge branch '2.0-phpunit' into 2.0
|
2010-07-13 22:29:43 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
2a3e64b80c
|
Removing skip as the supported php version does have the memory_get_usage function available
|
2010-07-13 22:09:31 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
62bc184506
|
Fixing ModelWrite Test
|
2010-07-13 21:42:07 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
478cbd0a60
|
Adding test case for TestSuiteShell and refactoring to ease this testing
|
2010-07-13 21:28:21 -04:30 |
|
mark_story
|
c9079c8048
|
Removing magical un-removable plugin concatenation in Controller::loadModel(). Adding test case from 'real34'. Fixes #858
|
2010-07-13 20:19:31 -04:00 |
|
Thomas Ploch
|
fb9faf10f7
|
Added missing option arrays to abstract function definitions in JsBaseEngineHelper. Fixed test cases accordingly. Fixes #704 .
|
2010-07-13 20:04:11 -04:00 |
|
José Lorenzo Rodríguez Urdaneta
|
01cfe32667
|
Adding a test case list to the test suite cli runner
|
2010-07-12 23:24:59 -04:30 |
|
mark_story
|
eed9d93d19
|
Fixing failing tests because cache paths did not have trailing / on them.
|
2010-07-11 23:16:56 -04:00 |
|
mark_story
|
03288e54d5
|
Updating imports on ThemeView test so it runs in CLI.
|
2010-07-11 20:06:18 -04:00 |
|
mark_story
|
e382a1c63c
|
Adding test case for find(list) with recursive.
|
2010-07-11 18:38:27 -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
|
5d2c48fd9c
|
Fixing failing tests caused by strtolower() in AuthComponent.
|
2010-07-10 12:00:09 -04:00 |
|
mark_story
|
413b875eef
|
Merge branch '2.0' into 2.0-request
Conflicts:
cake/libs/controller/controller.php
|
2010-07-10 11:49:58 -04:00 |
|
mark_story
|
d28f7f4144
|
Fixing failing test.
|
2010-07-10 11:32:12 -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
|
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
|
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
|
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
|
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 |
|
Juan Basso
|
09e04c5c1c
|
Removed old use of Configure class in tests.
|
2010-07-05 23:52:15 -03:00 |
|
mark_story
|
b8085cddce
|
Removing PHP5 and all its uses.
|
2010-07-05 22:19:22 -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
|
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
|
d03ea3bbe8
|
Adding CakeRoute and PluginShortRoute to the test suite for routing.
|
2010-07-01 17:50:35 -04:00 |
|
mark_story
|
17a7a96ba2
|
Fixing issue where non-reset associations would get reset by resetAssociations if __backAssociations existed. Test cases from 'real34' added. Fixes #868
|
2010-07-01 12:39:50 -04:00 |
|
mark_story
|
a8e5e587c6
|
Making RequestHandler able to use the accept header to detect and switch layout/view paths. Fixes #729
|
2010-07-01 12:01:46 -04:00 |
|
mark_story
|
427e859b52
|
Refactoring how prefers() works. Tests updated.
Removing support for array args in setContent().
|
2010-07-01 00:46:28 -04:00 |
|
mark_story
|
8d32ad2821
|
Starting to update RequestHandler methods to use CakeRequest. RequestHandler will provide alias/mapped access to features in CakeRequest. Tests updated and expanded.
|
2010-07-01 00:13:13 -04:00 |
|
mark_story
|
bb5eab5180
|
Fixing missed tests in RequestHandler test case.
|
2010-06-30 23:37:54 -04:00 |
|
mark_story
|
ea0f9cffea
|
Moving accepts() into CakeRequest.
Adding test cases.
|
2010-06-30 23:25:45 -04:00 |
|
mark_story
|
8b847cffef
|
Merge branch '2.0' into 2.0-request
Conflicts:
cake/libs/view/helper.php
cake/tests/cases/libs/controller/components/request_handler.test.php
|
2010-06-30 22:54:28 -04:00 |
|