dogmatic69
|
2ad0f8b8db
|
setting defaults in the DBO so you do not need to pass every field possible to avoid errors. also adds a test for calling with some missing fields. fixes #1779
|
2012-03-13 17:40:25 +00:00 |
|
Juan Basso
|
c754fb2dcb
|
Updated copyright to 2012.
|
2012-03-12 22:46:46 -04:00 |
|
mark_story
|
83a29f054e
|
Fix Session.cookieTimeout default behavior.
When Session.cookieTimeout is undefined, it should
reflect the value set for 'timeout' and not default to 240.
Fixes #2669
|
2012-03-11 08:14:54 -04:00 |
|
Ceeram
|
2a7bee0a5c
|
make sure locale is restored correct in tests
|
2012-03-04 00:36:21 +01:00 |
|
Renan Gonçalves
|
3412c0cb0f
|
Removing ReflectionMethod::setAccessible() from tests, it was limiting to PHP 5.3.2 or newer.
|
2012-03-02 15:59:59 +01:00 |
|
mark_story
|
2665178ec9
|
Merge branch '2.0' into 2.1
|
2012-02-28 07:04:20 -05:00 |
|
Norio Suzuki
|
757579e1d1
|
Fixed a testcase, support PostgreSQL 9.1
Signed-off-by: mark_story <mark@mark-story.com>
|
2012-02-28 06:32:31 -05:00 |
|
mark_story
|
7665f369fa
|
Merge branch '2.1-type-hinting-corrections' into 2.1
|
2012-02-25 20:07:18 -05:00 |
|
mark_story
|
e958e6c25f
|
Fix strict and warning errors from type hints.
|
2012-02-25 20:06:48 -05:00 |
|
euromark
|
45112088a1
|
type hinting models
|
2012-02-25 19:46:06 -05:00 |
|
Kyle Robinson Young
|
4176e59e52
|
Typo fixes in tests
|
2012-02-23 15:29:53 -08:00 |
|
Kyle Robinson Young
|
22582aee63
|
Upgrade legacy uses of App::build() types
|
2012-02-18 04:31:29 -08:00 |
|
Kyle Robinson Young
|
c4829dc3b8
|
Use App::RESET instead of true with App::build()
|
2012-02-18 04:04:54 -08:00 |
|
Kyle Robinson Young
|
45ec5d73c5
|
Add missing visibility keywords
|
2012-02-16 23:13:12 -08:00 |
|
Majna
|
d41e5621b7
|
Fix missing and invalid assertions in tests.
Remove unused variables and dead code.
|
2012-02-16 19:28:21 +01:00 |
|
Jose Lorenzo Rodriguez
|
4cfc033387
|
Fixing failing test cases
|
2012-02-13 00:26:10 -04:30 |
|
mark_story
|
2afb05b590
|
Merge branch '2.0' into 2.1
Conflicts:
app/View/Pages/home.ctp
lib/Cake/Config/config.php
lib/Cake/Core/App.php
lib/Cake/VERSION.txt
lib/Cake/View/Helper/NumberHelper.php
|
2012-02-12 10:06:13 -05:00 |
|
Majna
|
42cbb8cafe
|
Fix Cache::clear() calls in tests.
|
2012-02-10 20:38:41 +01:00 |
|
mark_story
|
0cfec525b2
|
Allow SqlServer to execute procs correctly.
Both SELECT and EXECUTE statements should go through
the parent method as they could fetch results.
Fixes #2558
|
2012-02-09 22:27:30 -05:00 |
|
Yasushi Ichikawa
|
e8a9d93eb5
|
Add params option to logQuery()
Parameters for prepared statements are now part of the
logged query data.
|
2012-02-08 20:15:40 -05:00 |
|
Jose Lorenzo Rodriguez
|
37314a2188
|
Logging transaction commands in DboSource, fixes #2457
|
2012-01-21 15:48:17 -04:30 |
|
mark_story
|
0e56d742b8
|
Merge branch '2.0' into 2.1
Conflicts:
lib/Cake/Model/BehaviorCollection.php
lib/Cake/basics.php
|
2012-01-08 21:59:18 -05:00 |
|
Jose Lorenzo Rodriguez
|
1991430584
|
Removing test that does not relate anymore to SqlServer datasource
|
2012-01-07 02:17:27 -04:30 |
|
Jose Lorenzo Rodriguez
|
0c6271dd5d
|
Fixing a few SqlServer failing tests
|
2012-01-07 02:14:07 -04:30 |
|
mark_story
|
9562638610
|
Merge branch '2.0' into 2.1
|
2012-01-04 07:39:35 -05:00 |
|
mark_story
|
c43b099894
|
Fix null bytea columns.
Apply patch from 'opiazer' Fixes #2432
|
2012-01-03 20:51:56 -05:00 |
|
Rachman Chavik
|
b1aae5b5ab
|
add fullTableName tests with empty schemaName
|
2011-12-29 19:17:06 +07:00 |
|
ADmad
|
389072708a
|
Merge branch '2.0' into 2.1
Conflicts:
lib/Cake/Test/Case/Model/ModelReadTest.php
lib/Cake/Utility/Debugger.php
|
2011-12-22 03:15:04 +05:30 |
|
Kyle Robinson Young
|
51f9837db4
|
Code standards formatting
|
2011-12-15 22:52:07 -08:00 |
|
Rachman Chavik
|
a8d0447e61
|
fix fullTableName duplicate prefix, closes #2355
|
2011-12-14 14:35:20 +07:00 |
|
mark_story
|
cfb6ed4cda
|
Fix failing tests.
|
2011-12-13 22:11:06 -05:00 |
|
mark_story
|
07a2a60468
|
Merge branch '2.0' into 2.1
|
2011-12-13 22:03:40 -05:00 |
|
mark_story
|
8d1edd72f2
|
Moving tests and un-skipping them.
Adding tests for proper field quoting in conditions.
Closes #2369
|
2011-12-13 21:26:03 -05:00 |
|
Kyle Robinson Young
|
b46c4b3e3f
|
Correcting assertEquals parameter order
|
2011-12-12 20:35:31 -08:00 |
|
mark_story
|
d63d51e3dd
|
Fix failing tests caused by incorrect mocks.
|
2011-12-11 23:07:01 -05:00 |
|
mark_story
|
2e8498e166
|
Merge branch '2.0' into 2.1
Conflicts:
lib/Cake/Model/Datasource/Database/Postgres.php
lib/Cake/Test/Case/Console/TaskCollectionTest.php
lib/Cake/Test/Case/Model/ModelIntegrationTest.php
lib/Cake/Test/Case/Utility/ClassRegistryTest.php
lib/Cake/Utility/ClassRegistry.php
|
2011-12-11 22:51:40 -05:00 |
|
Kyle Robinson Young
|
1e1c7a036d
|
Code consistency formatting tweaks
|
2011-12-06 12:52:48 -08:00 |
|
Mark Story
|
a32eabe492
|
Merge pull request #355 from shama/patch-casing
Consistently setting setUp() and tearDown() on test cases
|
2011-12-05 11:44:15 -08:00 |
|
ADmad
|
a062135d87
|
Merge pull request #354 from shama/patch-databasesession-test-fix
Fix DatabaseSessionTest garbage collection test case
|
2011-12-05 06:00:59 -08:00 |
|
Kyle Robinson Young
|
5388237099
|
Consistently setting setUp() and tearDown() on test cases
|
2011-12-04 13:27:51 -08:00 |
|
Kyle Robinson Young
|
66b3e9a7c9
|
Fix DatabaseSessionTest garbage collection test case
|
2011-12-04 13:04:42 -08:00 |
|
Kyle Robinson Young
|
8e70f4ac12
|
Fix CakeSession testCheckKeyWithSpaces and testUsingPluginHandler test cases
|
2011-12-04 12:43:27 -08:00 |
|
mark_story
|
6d269ce25d
|
Merge branch '2.0' into 2.1
Conflicts:
lib/Cake/Config/config.php
lib/Cake/Console/Command/Task/ModelTask.php
lib/Cake/Console/Command/TestsuiteShell.php
lib/Cake/Model/CakeSchema.php
lib/Cake/Model/Datasource/Database/Sqlite.php
lib/Cake/Test/Case/Model/ModelTestBase.php
lib/Cake/Test/Case/Routing/DispatcherTest.php
lib/Cake/Test/Case/Utility/FileTest.php
lib/Cake/VERSION.txt
|
2011-12-03 13:45:28 -05:00 |
|
Kyle Robinson Young
|
94e119fe67
|
Adhere to code formatting standard
|
2011-11-30 23:21:31 -08:00 |
|
mark_story
|
49708ec837
|
Fix cachefiles being generated with "
Cache files with SQLite should not contain "
Fixes #2323
|
2011-11-30 21:56:25 -05:00 |
|
Rachman Chavik
|
1677e87512
|
fixing broken tests: update expected regex pattern
|
2011-11-25 22:36:44 +07:00 |
|
Rachman Chavik
|
1f7c292651
|
fixing broken tests: updating fullTableName() use
At the same time, reversing arguments since phpunit wants 'expected' as
the first parameter.
|
2011-11-25 22:36:44 +07:00 |
|
Kyle Robinson Young
|
98f03dc6df
|
Replacing test case compatibility functions
|
2011-11-16 21:07:08 -05:00 |
|
mark_story
|
87f5b6cf26
|
Fix more strict errors.
Fix strict errors in test files.
Remove a test in CakeEmail as array -> string causes a notice
in PHP 5.4
|
2011-11-13 20:47:55 -05:00 |
|
mark_story
|
0a0a09920b
|
Updating for PHP5.4
- Fixing strict errors.
- Fixing call time pass by reference as its been removed in PHP5.4
- Fix assign new as a reference, which has been removed.
|
2011-11-12 21:42:19 -05:00 |
|