Beispiel #1
0
 public function testSetBackgroundColor()
 {
     $result = $this->image->setBackgroundColor([0, 0, 0]);
     $this->assertSame($this->image, $result);
 }