cakephp2-php8/lib/Cake/Test/Case
Rachman Chavik 2f87992d15 File::create() does not need to change umask
umask(0) causes all files to be created with 666 permission.
After input from jrbasso and AD7six, this was found to be an
additional code to support caching using file engine.

FileEngine has since moved to SplFile since 2.x and thus umask
juggling is not required anymore.

Refs: f9f1c4df5
Cherrypicked from 2.2 branch.
2012-04-24 23:35:32 +07:00
..
Cache Fix a few small code standards issues. 2012-03-26 23:04:32 -04:00
Configure Correct parameter order of assertEquals and assertNotEquals 2012-03-22 23:37:12 -07:00
Console Remove duplicate code / skipped tests. 2012-04-14 12:20:05 -04:00
Controller Remove double encoding on addresses in EmailComponent. 2012-04-23 21:41:31 -04:00
Core Fix issue where requestAction() would not strip base url. 2012-03-24 18:11:07 -04:00
Error Remove duplicated code backup. 2012-03-31 13:32:44 -04:00
Event Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
I18n Ensure L10n::get() consistently returns the set language. Closes #2737 2012-04-09 00:49:24 +05:30
Log Correct parameter order of assertEquals and assertNotEquals 2012-03-22 23:37:12 -07:00
Model created, modified and updated fields now use static timestamp in testcases 2012-04-21 17:38:49 +02:00
Network Remove useless backups. 2012-04-17 21:57:07 -04:00
Routing Defining default values for CakeRequest, those params are present anywhere except when there isn't a Route match. 2012-04-13 15:58:45 +02:00
TestSuite CakeTestSuite::addTestDirectory() ignore non-php 2012-04-23 12:15:29 -04:00
Utility File::create() does not need to change umask 2012-04-24 23:35:32 +07:00
View Remove more copy + paste in tests. 2012-04-21 21:31:24 -04:00
AllBehaviorsTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllCacheTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllComponentsTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllConfigureTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllConsoleTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllControllerTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllCoreTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllDatabaseTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllErrorTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllEventTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllHelpersTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllI18nTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllLogTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllNetworkTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllRoutingTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllTestsTest.php Fix coding standards. 2012-03-18 18:06:10 -04:00
AllTestSuiteTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllUtilityTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllViewTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
BasicsTest.php Correct parameter order of assertEquals and assertNotEquals 2012-03-22 23:37:12 -07:00