Example #1
0
 public function testRegistration()
 {
     \WebChemistry\Images\Controls\MultiUpload::register();
     $form = new Form();
     $upload = $form->addMultiImageUpload('image');
     $this->assertInstanceOf('WebChemistry\\Images\\Controls\\MultiUpload', $upload);
 }