mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Removing outcommented code.
This commit is contained in:
parent
8e8acfaccd
commit
677ff2d8b7
1 changed files with 0 additions and 7 deletions
|
@ -2201,12 +2201,5 @@ class ValidationTest extends CakeTestCase {
|
|||
$this->assertTrue(Validation::userDefined('333', $validator, 'customValidate'));
|
||||
}
|
||||
|
||||
// function testFile() {
|
||||
// $this->assertTrue(Validation::file(WWW_ROOT . 'img' . DS . 'cake.icon.gif'));
|
||||
// $this->assertTrue(Validation::file(WWW_ROOT. 'favicon.ico'));
|
||||
// $this->assertTrue(Validation::file(WWW_ROOT. 'index.php'));
|
||||
// $this->assertTrue(Validation::file(WWW_ROOT. 'css' . DS . 'cake.generic.css'));
|
||||
// $this->assertTrue(Validation::file(TEST_CAKE_CORE_INCLUDE_PATH. 'VERSION.txt'));
|
||||
// }
|
||||
}
|
||||
?>
|
Loading…
Add table
Reference in a new issue