mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +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
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
|
@ -115,4 +115,5 @@ class AssertTagsTestCase extends CakeTestCase {
|
|||
);
|
||||
$this->assertTags($input, $pattern);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue