예제 #1
0
파일: ColorTest.php 프로젝트: phower/image
 public function testGetBlueChannelMethodReturnsValueForBlueChannel()
 {
     $color = new Color(255, 204, 0, 0.5);
     $this->assertEquals(0, $color->getBlue());
 }