]> git.mxchange.org Git - core.git/commit
Continued with tests and renaming:
authorRoland Haeder <roland@mxchange.org>
Sun, 26 Feb 2017 14:05:28 +0000 (15:05 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 28 Feb 2017 21:11:02 +0000 (22:11 +0100)
commitab1a6c5d8aeb77b01ce96672accb16e2f7deeb54
tree638a765212a538dce8f8f0e221b7be3eab0f5ea3
parent78a010fef84895720e796842208f01dfb619c332
Continued with tests and renaming:
- filters are also classes, so keep '_class' suffix for later (upcoming) tests
  on it
- added base filter which currently does nothing special but later will
- added filter for pre-checking PHP requirements (some may come, such as
  PHPUnit and more)

Signed-off-by: Roland Häder <roland@mxchange.org>
18 files changed:
application/tests/classes/commands/console/class_TestsConsoleMainCommand.php
application/tests/classes/controller/console/class_TestsConsoleDefaultNewsController.php
application/tests/classes/filter/.htaccess [new file with mode: 0644]
application/tests/classes/filter/class_BaseTestsFilter.php [new file with mode: 0644]
application/tests/classes/filter/tests/.htaccess [new file with mode: 0644]
application/tests/classes/filter/tests/class_Tests [new file with mode: 0644]
application/tests/classes/filter/tests/requirements/.htaccess [new file with mode: 0644]
application/tests/classes/filter/tests/requirements/class_TestsPhpRequirementsFilter.php [new file with mode: 0644]
application/tests/config.php
framework/config.php
framework/main/classes/actions/html/class_HtmlLoginProfileAction.php
framework/main/classes/commands/html/class_HtmlResendLinkCommand.php
framework/main/classes/controller/console/class_ConsoleDefaultNewsController.php
framework/main/classes/controller/html/class_HtmlConfirmController.php
framework/main/classes/controller/html/class_HtmlDefaultNewsController.php
framework/main/classes/controller/html/class_HtmlLogoutController.php
framework/main/classes/controller/html/login/class_HtmlLoginAreaController.php
framework/main/classes/controller/image/captcha/class_ImageCodeCaptchaController.php