cakephp2-php8/lib/Cake/Test
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
..
Case File::create() does not need to change umask 2012-04-24 23:17:28 +07:00
Fixture Fix coding standard issues with fixtures. 2012-03-17 23:31:17 -04:00
test_app Merge branch '2.2-cache-groups' into 2.2 2012-04-22 18:59:22 -04:30