Exemplo n.º 1
0
 public function testSetImgSize()
 {
     $imgSizesRight = array(1, 500, "600");
     foreach ($imgSizesRight as $value) {
         $this->helper->setImgSize($value);
         $this->assertInternalType('int', $this->helper->getImgSize());
     }
 }