Continued:
authorRoland Haeder <roland@mxchange.org>
Sat, 25 Feb 2017 14:02:51 +0000 (15:02 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 28 Feb 2017 21:10:04 +0000 (22:10 +0100)
commit17916d2d3535455db6ab0e71f6fd06bf048383cd
treefcce0e0f52bafe4dfbdfa26e197ad45093f3859a
parent7504d226278b9473da4c70d7fb80d008129f43e1
Continued:
- added main command for "tests"
- added "import" for BaseCommand
- added "import" for PerformableAction

Signed-off-by: Roland Häder <roland@mxchange.org>
21 files changed:
application/tests/classes/commands/.htaccess [new file with mode: 0644]
application/tests/classes/commands/console/.htaccess [new file with mode: 0644]
application/tests/classes/commands/console/class_TestsConsoleMainCommand.php [new file with mode: 0644]
inc/main/classes/actions/post_registration/class_LoginAfterRegistrationAction.php
inc/main/classes/commands/console/class_ConsoleFuseCommand.php
inc/main/classes/commands/html/class_HtmlConfirmCommand.php
inc/main/classes/commands/html/class_HtmlDoFormCommand.php
inc/main/classes/commands/html/class_HtmlHomeCommand.php
inc/main/classes/commands/html/class_HtmlLoginAreaCommand.php
inc/main/classes/commands/html/class_HtmlLoginCommand.php
inc/main/classes/commands/html/class_HtmlLoginFailedCommand.php
inc/main/classes/commands/html/class_HtmlLogoutCommand.php
inc/main/classes/commands/html/class_HtmlLogoutDoneCommand.php
inc/main/classes/commands/html/class_HtmlProblemCommand.php
inc/main/classes/commands/html/class_HtmlRegisterCommand.php
inc/main/classes/commands/html/class_HtmlResendLinkCommand.php
inc/main/classes/commands/html/class_HtmlStatusCommand.php
inc/main/classes/commands/image/class_ImageCodeCaptchaCommand.php
inc/main/classes/filter/payment/class_PaymentDiscoveryFilter.php
inc/main/classes/resolver/command/console/class_ConsoleCommandResolver.php
inc/main/interfaces/actions/commands/class_Commandable.php