cakephp2-php8/lib/Cake/Test
mark_story cd58fa0b61 Backport changes from #5635 to 2.x
In case the path passed to the File class doesn't exists, this will
cause File::$path to be set to a partial path, that is the filename
of the passed path with a slash prepended, ex with

    $file = new File('/non/existent/file');

calling $file->pwd() will return/set /file, possibly causing that
file in the root to be accessed.
2015-01-11 15:20:34 -05:00
..
bake_compare/Controller Updated bake templates to use CakeRequest::allowMethod() 2014-02-10 17:56:57 +05:30
Case Backport changes from #5635 to 2.x 2015-01-11 15:20:34 -05:00
Fixture Removed use of @lastmodified annotation 2014-09-09 23:04:29 +02:00
test_app Fix Extract task to correctly extract messages with context 2014-12-25 14:28:44 +02:00