| 1 | <?php |
||
| 16 | class CharacterExaminerTest extends \PHPUnit_Framework_TestCase { |
||
| 17 | |||
| 18 | public function testToContainKoreanCharacters() { |
||
| 27 | |||
| 28 | public function testToContainJapaneseCharacters() { |
||
| 42 | |||
| 43 | public function testToContainChineseCharacters() { |
||
| 57 | |||
| 58 | public function testToContainCyrillic() { |
||
| 68 | |||
| 69 | public function testToContainUnknownCharacters() { |
||
| 74 | |||
| 75 | } |
||
| 76 |