move Account User editSettingsForm to FormBuilder
This commit is contained in:
parent
6ff66d4974
commit
5302c818ea
2 changed files with 24 additions and 6 deletions
18
t/tests/Test/WebGUI/Account/User.pm
Normal file
18
t/tests/Test/WebGUI/Account/User.pm
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
package Test::WebGUI::Account::User;
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
# 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 base qw/Test::WebGUI::Account/;
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue