cakephp2-php8/lib/Cake/Test/Case/Utility
Rachman Chavik 74830b9b93 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
2012-04-24 23:17:28 +07:00
..
CakeNumberTest.php cake 2.2 test case fixes (assert corrections, correct class names) 2012-04-21 15:02:35 +02:00
CakeTimeTest.php Added function to convert time from user timezone to server timezone. 2012-04-22 01:59:26 +05:30
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:17:28 +07:00
FolderTest.php Add test/doc for reverse Folder::inPath() 2012-03-27 11:55:13 -07:00
HashTest.php correct argument order for phpunit asserts 2012-04-21 15:19:57 +02:00
InflectorTest.php Fix singularization of databases. 2012-04-23 21:01:03 -04:00
ObjectCollectionTest.php Add missing parent calls. 2012-04-15 22:20:34 -04: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 cake 2.2 test case fixes (assert corrections, correct class names) 2012-04-21 15:02:35 +02:00
StringTest.php Fix a few code standards errors. 2012-04-06 22:56:01 -04: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