Tests for Form plugins C-I

This commit is contained in:
Colin Kuskie 2010-09-21 10:23:14 -07:00
parent c6a2ce7a73
commit 9a0ffe4af5
18 changed files with 342 additions and 0 deletions

View file

@ -0,0 +1,19 @@
package Test::WebGUI::Form::Image;
#-------------------------------------------------------------------
# WebGUI is Copyright 2001-2009 Plain Black Corporation.
#-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using
# this software.
#-------------------------------------------------------------------
# http://www.plainblack.com info@plainblack.com
#-------------------------------------------------------------------
use strict;
use warnings;
use Test::More;
use base qw/Test::WebGUI::Form::File/;
1;