Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 28 Feb 2023 06:57:12 +0000 (07:57 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 28 Feb 2023 06:57:12 +0000 (07:57 +0100)
commitbe63aee6e8bfdead83be1ba0a169761d72416b72
treee40d5cddb5efb5138afaf17672045d5a07c37fef
parent55cc8a22d74d4104dd6ec7e9c8ea0474ab1c1df0
Continued:
- no need for redundant code for just test classes, it can be done in the
  application's 'classes' path
20 files changed:
application/tests/class_ApplicationHelper.php
application/tests/classes/commands/console/class_TestsConsoleMainCommand.php [new file with mode: 0644]
application/tests/classes/controller/console/class_TestsConsoleDefaultNewsController.php [new file with mode: 0644]
application/tests/classes/filter/class_BaseTestsFilter.php [new file with mode: 0644]
application/tests/classes/filter/tests/class_Tests [new file with mode: 0644]
application/tests/classes/filter/tests/configuration/class_TestConfiguration [new file with mode: 0644]
application/tests/classes/filter/tests/configuration/classes/class_TestConfigurationLoadableClassesFilter.php [new file with mode: 0644]
application/tests/classes/filter/tests/requirements/class_TestsPhpRequirementsFilter.php [new file with mode: 0644]
application/tests/classes/resolver/command/console/class_TestsConsoleCommandResolver.php [new file with mode: 0644]
application/tests/classes/resolver/controller/class_TestsConsoleControllerResolver.php [new file with mode: 0644]
framework/loader/class_ClassLoader.php
framework/main/tests/commands/console/class_TestsConsoleMainCommand.php [deleted file]
framework/main/tests/controller/console/class_TestsConsoleDefaultNewsController.php [deleted file]
framework/main/tests/filter/class_BaseTestsFilter.php [deleted file]
framework/main/tests/filter/tests/class_Tests [deleted file]
framework/main/tests/filter/tests/configuration/class_TestConfiguration [deleted file]
framework/main/tests/filter/tests/configuration/classes/class_TestConfigurationLoadableClassesFilter.php [deleted file]
framework/main/tests/filter/tests/requirements/class_TestsPhpRequirementsFilter.php [deleted file]
framework/main/tests/resolver/command/console/class_TestsConsoleCommandResolver.php [deleted file]
framework/main/tests/resolver/controller/class_TestsConsoleControllerResolver.php [deleted file]