1 | <?php |
||
16 | class CharacterExaminerTest extends \PHPUnit_Framework_TestCase { |
||
17 | |||
18 | public function testToContainKoreanCharacters() { |
||
23 | |||
24 | public function testToContainJapaneseCharacters() { |
||
29 | |||
30 | public function testToContainChineseCharacters() { |
||
35 | |||
36 | public function testToContainUnknownCharacters() { |
||
41 | |||
42 | } |
||
43 |