- Added some more tests to the suite.
- Fixed the test skeleton
This commit is contained in:
parent
61b70325f2
commit
9ddd91570e
3 changed files with 37 additions and 1 deletions
|
|
@ -11,10 +11,14 @@
|
|||
use FindBin;
|
||||
use strict;
|
||||
use lib "$FindBin::Bin/lib";
|
||||
|
||||
use WebGUI::Test;
|
||||
use WebGUI::Session;
|
||||
|
||||
# load your modules here
|
||||
|
||||
use Test::More tests => 1; # increment this value for each test you create
|
||||
|
||||
my $session = WebGUI::Test->session;
|
||||
|
||||
# put your tests here
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue