コード例 #1
0
ファイル: ImageFileTest.php プロジェクト: uomcs/php-png
 public function testGetITXtChunkFromKeyMatch()
 {
     $png = new ImageFile(__DIR__ . self::TEST_ITXT_IMAGE_PATH);
     $matches = $png->getITXtChunksFromKey('openbadges');
     $this->assertCount(1, $matches);
 }