Example #1
0
 public function testSetConstrainOnly()
 {
     $result = $this->image->setConstrainOnly(true);
     $this->assertSame($this->image, $result);
 }