Ejemplo n.º 1
0
 /**
  * test addPreview() method.
  *
  * @return void
  */
 public function testAddPreview()
 {
     ImageToolbox::addPreview('box20', '20x20 Box', 20, 20);
     $this->assertNotEmpty(ImageToolbox::getPreviews('box20'));
 }