cakephp2-php8/lib/Cake/Test
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
..
Case File::create() does not need to change umask 2012-04-24 23:35:32 +07:00
Fixture Fix coding standard issues with fixtures. 2012-03-17 23:31:17 -04:00
test_app Add failing test for #2661 2012-04-14 10:24:20 -04:00