mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Correcting spelling of Validation test method, fixes #4430
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6665 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
66241b4a0d
commit
ba0a60fdbd
1 changed files with 1 additions and 1 deletions
|
@ -1318,7 +1318,7 @@ class ValidationTestCase extends UnitTestCase {
|
|||
$this->assertFalse(Validation::range('word'));
|
||||
}
|
||||
|
||||
function testxtension() {
|
||||
function testExtension() {
|
||||
$this->assertTrue(Validation::extension('extension.jpeg'));
|
||||
$this->assertTrue(Validation::extension('extension.JPEG'));
|
||||
$this->assertTrue(Validation::extension('extension.gif'));
|
||||
|
|
Loading…
Add table
Reference in a new issue