Fix typo.

This commit is contained in:
mark_story 2014-03-20 23:18:21 -04:00
parent a827b96804
commit c1b2b560bb

View file

@ -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);
}
}