Exemplo n.º 1
0
 public function testFromArrayMethodThrowsExceptionWhenArrayDoesntHave3Or4ElementsOnly()
 {
     $this->setExpectedException('Phower\\Image\\Exception\\InvalidArgumentException');
     $color = Color::fromArray([255, 204]);
 }