Missing cover annotation for testSubstituteCtrlCharacters

This commit is contained in:
Romain Neutron
2012-05-04 20:21:43 +02:00
parent 135420008b
commit 20f2faecdc

View File

@@ -52,6 +52,9 @@ class unicodeTest extends PhraseanetPHPUnitAbstract
$this->assertEquals('a2b5cdeé', $this->object->remove_first_digits('4a2b5cdeé')); $this->assertEquals('a2b5cdeé', $this->object->remove_first_digits('4a2b5cdeé'));
} }
/**
* @covers \unicode::substituteCtrlCharacters
*/
public function testSubstituteCtrlCharacters() public function testSubstituteCtrlCharacters()
{ {
$string = 'Hello' . chr(30) . 'World !'; $string = 'Hello' . chr(30) . 'World !';