Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 2 Mar 2023 01:44:37 +0000 (02:44 +0100)
committerRoland Häder <roland@mxchange.org>
Thu, 2 Mar 2023 01:44:37 +0000 (02:44 +0100)
commitdef3387cce94074b6d4c6b73d33b0672dfd04f83
tree6090ca38bbaac0a8ff32e42475602299313ef0d9
parent0ea73fee55f5e2a522415cdeb32c8d3ffa75abc3
Continued:
- overall improval of framework tests (they aren't unit tests)
- added framework test for is_*_enabled configuration keys
- turned some Y/N into boolean (isEnabled() invoked instead of getConfigKey() == 'Y')
application/tests/classes/commands/console/class_TestsConsoleMainCommand.php
application/tests/classes/filter/tests/class_Tests
application/tests/classes/filter/tests/configuration/class_TestConfiguration [deleted file]
application/tests/classes/filter/tests/configuration/class_TestsConfiguration [new file with mode: 0644]
application/tests/classes/filter/tests/configuration/classes/class_TestConfigurationLoadableClassesFilter.php
application/tests/classes/filter/tests/configuration/is_enabled/class_TestsConfigurationIsEnabledFilter.php [new file with mode: 0644]
application/tests/classes/filter/tests/requirements/class_TestsPhpRequirementsFilter.php
application/tests/config.php
framework/config-global.php
framework/main/classes/file_directories/binary/class_BaseBinaryFile.php
framework/main/middleware/debug/class_DebugMiddleware.php