예제 #1
0
 public function testLookByCodepointExistsSingle()
 {
     $result = self::$kanjidic->lookByCodepoint(Codepoint::UCS);
     $this->assertDicEntries($result, 2);
 }