mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 12:03:14 +00:00
Missing cover annotation for testSubstituteCtrlCharacters
This commit is contained in:
@@ -52,6 +52,9 @@ class unicodeTest extends PhraseanetPHPUnitAbstract
|
||||
$this->assertEquals('a2b5cdeé', $this->object->remove_first_digits('4a2b5cdeé'));
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \unicode::substituteCtrlCharacters
|
||||
*/
|
||||
public function testSubstituteCtrlCharacters()
|
||||
{
|
||||
$string = 'Hello' . chr(30) . 'World !';
|
||||
|
Reference in New Issue
Block a user