public function testEndWith()
 {
     self::assertTrue(StringHelper::endWith('example', 'ample'));
     self::assertTrue(StringHelper::endWith('пример', 'мер'));
 }