mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 04:23:19 +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é'));
|
$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 !';
|
||||||
|
Reference in New Issue
Block a user