mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +00:00
Fix typo.
This commit is contained in:
parent
a827b96804
commit
c1b2b560bb
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* This class helpes in indirectly testing the functionalities of CakeTestCase::assertTags
|
* This class helps in indirectly testing the functionalities of CakeTestCase::assertTags
|
||||||
*
|
*
|
||||||
* @package Cake.Test.Fixture
|
* @package Cake.Test.Fixture
|
||||||
*/
|
*/
|
||||||
|
@ -115,4 +115,5 @@ class AssertTagsTestCase extends CakeTestCase {
|
||||||
);
|
);
|
||||||
$this->assertTags($input, $pattern);
|
$this->assertTags($input, $pattern);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue