cakephp2-php8/lib/Cake/Test/Case/Utility
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
..
CakeNumberTest.php Support multiple bytes with thousands/decimals in CakeNumber::format < PHP5.4 2012-03-28 10:46:31 -07:00
CakeTimeTest.php Correct parameter order of assertEquals and assertNotEquals 2012-03-22 23:37:12 -07:00
ClassRegistryTest.php Correct parameter order of assertEquals and assertNotEquals 2012-03-22 23:37:12 -07:00
DebuggerTest.php Correct parameter order of assertEquals and assertNotEquals 2012-03-22 23:37:12 -07:00
FileTest.php File::create() does not need to change umask 2012-04-24 23:35:32 +07:00
FolderTest.php Add test/doc for reverse Folder::inPath() 2012-03-27 11:55:13 -07:00
InflectorTest.php Fix singularization of databases. 2012-04-23 21:01:03 -04:00
ObjectCollectionTest.php Correct parameter order of assertEquals and assertNotEquals 2012-03-22 23:37:12 -07:00
SanitizeTest.php Correct parameter order of assertEquals and assertNotEquals 2012-03-22 23:37:12 -07:00
SecurityTest.php Correct parameter order of assertEquals and assertNotEquals 2012-03-22 23:37:12 -07:00
SetTest.php Fix Set::insert() not overwriting values. 2012-03-26 21:50:53 -04:00
StringTest.php Correct parameter order of assertEquals and assertNotEquals 2012-03-22 23:37:12 -07:00
ValidationTest.php Include test to .0 and .00 decimals 2012-04-17 20:22:32 -04:00
XmlTest.php Correct parameter order of assertEquals and assertNotEquals 2012-03-22 23:37:12 -07:00