예제 #1
0
 function testGetString_Hex()
 {
     $color = new Image_Color2('#abcdef');
     $result = $color->getString();
     $this->assertEquals('#abcdef', $result);
 }