|
@@ -13,6 +13,7 @@
|
|
|
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
|
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
|
|
*/
|
|
*/
|
|
|
namespace Cake\Validation {
|
|
namespace Cake\Validation {
|
|
|
|
|
+
|
|
|
/**
|
|
/**
|
|
|
* Use namespace injection to overwrite is_uploaded_file()
|
|
* Use namespace injection to overwrite is_uploaded_file()
|
|
|
* during tests.
|
|
* during tests.
|
|
@@ -25,4 +26,3 @@ namespace Cake\Validation {
|
|
|
return file_exists($filename);
|
|
return file_exists($filename);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-
|
|
|