Add a stub test for Contributions.
This commit is contained in:
parent
ea7fe2650b
commit
24e0be8087
2 changed files with 33 additions and 0 deletions
|
|
@ -2,5 +2,6 @@ use FindBin;
|
|||
use lib "$FindBin::Bin/lib";
|
||||
use Test::WebGUI::Account;
|
||||
use Test::WebGUI::Account::Friends;
|
||||
use Test::WebGUI::Account::Contributions;
|
||||
|
||||
Test::Class->runtests;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue