Exemplo n.º 1
0
 public function testFromIntMethodThrowsExceptionWhenValueIsNotBetween0And2147470591()
 {
     $this->setExpectedException('Phower\\Image\\Exception\\InvalidArgumentException');
     $color = Color::fromInt(9999999999.0);
 }