cakephp2-php8/lib/Cake/Test/Case
Marc Würth 2a540ff8a8 Fix for #3515, functional extension & tests
https://cakephp.lighthouseapp.com/projects/42648-cakephp/tickets/3515

I used (string) because it is faster than strval() and there are no real benefits in this case.
Also enabled assign(), append() and prepend() to take any values convertible to string.

Removed try/catch as discussed with ADmad.
Changed the three exception expecting tests to check for PHPUnit_Framework_Error now.
2013-08-09 01:34:08 +02:00
..
Cache Merge pull request #1194 from dereuromark/2.4-file-improvements 2013-08-07 09:52:07 -07:00
Configure Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
Console Merge branch 'master' into 2.4 2013-07-26 19:44:11 +02:00
Controller Merge branch 'master' into 2.4 2013-08-04 19:26:55 +05:30
Core Renaming base url config keys and methods for better uniformity. 2013-08-01 00:44:36 +05:30
Error Merge branch 'master' into 2.4 2013-06-16 13:07:44 +05:30
Event Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
I18n Deprecated DEFAULT_LANGUAGE constant and config value 'Config.language' is not used for default. 2013-08-07 03:37:26 +05:30
Log unify other log types as well 2013-06-21 16:43:01 +02:00
Model Merge branch 'master' into 2.4 2013-08-04 19:26:55 +05:30
Network Merge branch 'master' into 2.4 2013-08-04 19:26:55 +05:30
Routing Merge pull request #1228 from jrbasso/2.4-router-parse 2013-08-06 18:57:37 -07:00
TestSuite Merge pull request #1475 from cakephp/feature/2.4-mock-app-model 2013-08-05 00:22:53 -07:00
Utility Merge pull request #1426 from dereuromark/2.4-currency-fraction 2013-08-06 18:19:01 -07:00
View Fix for #3515, functional extension & tests 2013-08-09 01:34:08 +02:00
AllBehaviorsTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllCacheTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllComponentsTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllConfigureTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllConsoleTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllControllerTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllCoreTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllDatabaseTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllErrorTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllEventTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllHelpersTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllI18nTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllLogTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllNetworkTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllRoutingTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllTestsTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllTestSuiteTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllUtilityTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllViewTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
BasicsTest.php Merge branch 'master' into 2.4 2013-06-02 18:03:59 +05:30