From 41d3328c52be0393e2912ab64f185df205dec828 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 24 Feb 2017 20:58:35 +0100 Subject: [PATCH] Continued: - added "import" for FrameworkException - added "import" for NoClassException MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- application/tests/config.php | 3 +++ application/tests/exceptions.php | 1 + .../post_registration/class_LoginAfterRegistrationAction.php | 1 + inc/main/classes/console/class_ConsoleTools.php | 1 + .../classes/database/backend/class_CachedLocalFileDatabase.php | 1 + inc/main/classes/database/class_BaseDatabaseBackend.php | 1 + inc/main/classes/factories/objects/class_ObjectFactory.php | 1 + inc/main/classes/feature/class_FrameworkFeature.php | 1 + inc/main/classes/filter/auth/class_UserAuthFilter.php | 1 + .../classes/filter/payment/class_PaymentDiscoveryFilter.php | 1 + inc/main/classes/handler/raw_data/class_BaseDataHandler.php | 1 + inc/main/exceptions/actions/class_InvalidActionException.php | 3 +++ inc/main/exceptions/auth/class_UserAuthorizationException.php | 3 +++ .../exceptions/base64/class_Base64EncodingBadException.php | 3 +++ .../exceptions/base64/class_Base64EncodingModuloException.php | 3 +++ .../compressor/class_MismatchingCompressorsException.php | 3 +++ .../exceptions/config/class_ConfigEntryIsEmptyException.php | 3 +++ .../config/class_ConfigValueTypeUnsupportedException.php | 3 +++ inc/main/exceptions/config/class_NoConfigEntryException.php | 3 +++ .../exceptions/controller/class_DefaultControllerException.php | 3 +++ .../exceptions/controller/class_InvalidControllerException.php | 3 +++ .../exceptions/crypto/class_EncryptInvalidLengthException.php | 3 +++ inc/main/exceptions/crypto/class_EncryptMissingException.php | 3 +++ inc/main/exceptions/database/class_DatabaseException.php | 3 +++ .../feature/class_FeatureMethodNotCallableException.php | 3 +++ .../file_directory/class_DirPointerNotOpenedException.php | 3 +++ inc/main/exceptions/file_directory/class_FileIoException.php | 3 +++ .../exceptions/file_directory/class_FileIsEmptyException.php | 3 +++ .../exceptions/file_directory/class_FileNotFoundException.php | 3 +++ .../file_directory/class_FileReadProtectedException.php | 3 +++ .../file_directory/class_FileWriteProtectedException.php | 3 +++ .../file_directory/class_InvalidDataLengthException.php | 3 +++ .../file_directory/class_InvalidMD5ChecksumException.php | 3 +++ .../file_directory/class_InvalidResourceException.php | 1 + .../exceptions/file_directory/class_PathIsEmptyException.php | 1 + .../file_directory/class_PathIsNoDirectoryException.php | 3 +++ .../file_directory/class_PathReadProtectedException.php | 3 +++ .../file_directory/class_PathWriteProtectedException.php | 3 +++ inc/main/exceptions/filter/class_FilterChainException.php | 3 +++ .../exceptions/filter/class_InvalidFilterChainException.php | 3 +++ inc/main/exceptions/helper/class_FormClosedException.php | 3 +++ inc/main/exceptions/helper/class_FormGroupClosedException.php | 3 +++ inc/main/exceptions/helper/class_FormOpenedException.php | 3 +++ .../helper/class_HelperGroupAlreadyCreatedException.php | 3 +++ .../helper/class_HelperNoPreviousOpenedSubGroupException.php | 3 +++ .../helper/class_HelperSubGroupAlreadyCreatedException.php | 3 +++ inc/main/exceptions/helper/class_InvalidFormNameException.php | 3 +++ inc/main/exceptions/helper/class_NoGroupOpenedException.php | 3 +++ .../exceptions/helper/class_UserInstanceMissingException.php | 3 +++ .../language/class_InvalidLanguagePathStringException.php | 3 +++ .../exceptions/language/class_LanguagePathIsEmptyException.php | 1 + .../language/class_LanguagePathIsNoDirectoryException.php | 3 +++ .../language/class_LanguagePathReadProtectedException.php | 3 +++ inc/main/exceptions/main/class_AssertionException.php | 3 +++ inc/main/exceptions/main/class_ClassMismatchException.php | 3 +++ inc/main/exceptions/main/class_EmptyVariableException.php | 3 +++ inc/main/exceptions/main/class_FatalErrorException.php | 3 +++ inc/main/exceptions/main/class_IndexOutOfBoundsException.php | 3 +++ inc/main/exceptions/main/class_InvalidArrayCountException.php | 3 +++ inc/main/exceptions/main/class_InvalidCommandException.php | 3 +++ inc/main/exceptions/main/class_InvalidObjectException.php | 1 + .../exceptions/main/class_MissingArrayElementsException.php | 3 +++ .../main/class_MissingDecimalsThousandsSeparatorException.php | 3 +++ inc/main/exceptions/main/class_MissingMethodException.php | 3 +++ inc/main/exceptions/main/class_NoClassException.php | 3 +++ inc/main/exceptions/main/class_NullPointerException.php | 1 + .../exceptions/main/class_UnsupportedOperationException.php | 1 + inc/main/exceptions/main/class_VariableIsNotSetException.php | 3 +++ .../exceptions/result/class_InvalidDatabaseResultException.php | 3 +++ inc/main/exceptions/result/class_ResultUpdateException.php | 3 +++ inc/main/exceptions/socket/class_AbstractSocketException.php | 3 +++ .../stacker/class_AlreadyInitializedStackerException.php | 3 +++ inc/main/exceptions/stacker/class_EmptyStackerException.php | 3 +++ inc/main/exceptions/stacker/class_FullStackerException.php | 3 +++ inc/main/exceptions/stacker/class_NoStackerException.php | 3 +++ .../exceptions/state/class_InvalidStateInstanceException.php | 3 +++ inc/main/exceptions/state/class_UnexpectedStateException.php | 3 +++ .../exceptions/state/class_UnresolveableStateException.php | 3 +++ .../exceptions/template/class_BasePathIsEmptyException.php | 1 + .../template/class_BasePathIsNoDirectoryException.php | 3 +++ .../template/class_BasePathReadProtectedException.php | 3 +++ .../template/class_InvalidBasePathStringException.php | 3 +++ inc/main/exceptions/template/class_NoVariableException.php | 3 +++ .../template/class_UnexpectedTemplateTypeException.php | 3 +++ .../template/class_UnsupportedTemplateEngineException.php | 1 + .../exceptions/user/class_AccountPasswordMismatchException.php | 3 +++ .../exceptions/user/class_UnexpectedGuestAccountException.php | 3 +++ inc/main/exceptions/user/class_UserEmailMissingException.php | 3 +++ inc/main/exceptions/user/class_UserNoGuestException.php | 3 +++ .../exceptions/user/class_UserPasswordMismatchException.php | 3 +++ inc/main/exceptions/user/class_UsernameMissingException.php | 3 +++ inc/main/exceptions/xml/class_InvalidXmlNodeException.php | 3 +++ inc/main/exceptions/xml/class_XmlNodeMismatchException.php | 3 +++ inc/main/exceptions/xml/class_XmlParserException.php | 3 +++ index.php | 1 + 95 files changed, 247 insertions(+) diff --git a/application/tests/config.php b/application/tests/config.php index 64ea955d..3ed7924a 100644 --- a/application/tests/config.php +++ b/application/tests/config.php @@ -29,3 +29,6 @@ $cfg = FrameworkConfiguration::getSelfInstance(); // CFG: DEFAULT-CONSOLE-COMMAND $cfg->setConfigEntry('default_console_command', 'tests'); + +// CFG: DEFAULT-TESTS-CONSOLE-COMMAND +$cfg->setConfigEntry('default_tests_console_command', 'tests'); diff --git a/application/tests/exceptions.php b/application/tests/exceptions.php index e091a967..7248c82c 100644 --- a/application/tests/exceptions.php +++ b/application/tests/exceptions.php @@ -1,5 +1,6 @@