[TASK] Make the `NoopEventDispatcher` available to extensions
With the class moved out of the `Tests` namespace into the general `EventDispatcher` namespace, extensions can now also use this class for their tests. Also add unit tests for the moved class. Resolves: #99070 Releases: main, 11.5 Change-Id: I69b94f50f68dcacfe036e8eb489ba6b82fbb585a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76569 Tested-by:core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stefan Bürk <stefan@buerk.tech>
Showing
- typo3/sysext/backend/Tests/Unit/Controller/LoginControllerTest.php 1 addition, 1 deletion...ext/backend/Tests/Unit/Controller/LoginControllerTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/DatabaseUserPermissionCheckTest.php 1 addition, 1 deletion...Form/FormDataProvider/DatabaseUserPermissionCheckTest.php
- typo3/sysext/backend/Tests/Unit/Module/ModuleFactoryTest.php 1 addition, 1 deletiontypo3/sysext/backend/Tests/Unit/Module/ModuleFactoryTest.php
- typo3/sysext/backend/Tests/Unit/Module/ModuleRegistryTest.php 1 addition, 1 deletion...3/sysext/backend/Tests/Unit/Module/ModuleRegistryTest.php
- typo3/sysext/backend/Tests/Unit/Utility/BackendUtilityTest.php 1 addition, 1 deletion.../sysext/backend/Tests/Unit/Utility/BackendUtilityTest.php
- typo3/sysext/core/Classes/EventDispatcher/NoopEventDispatcher.php 8 additions, 2 deletions...sext/core/Classes/EventDispatcher/NoopEventDispatcher.php
- typo3/sysext/core/Tests/Functional/Resource/ResourceStorageTest.php 1 addition, 1 deletion...xt/core/Tests/Functional/Resource/ResourceStorageTest.php
- typo3/sysext/core/Tests/Unit/Configuration/SiteConfigurationTest.php 1 addition, 1 deletion...t/core/Tests/Unit/Configuration/SiteConfigurationTest.php
- typo3/sysext/core/Tests/Unit/EventDispatcher/NoopEventDispatcherTest.php 42 additions, 0 deletions...re/Tests/Unit/EventDispatcher/NoopEventDispatcherTest.php
- typo3/sysext/core/Tests/Unit/Resource/MetaDataAspectTest.php 1 addition, 1 deletiontypo3/sysext/core/Tests/Unit/Resource/MetaDataAspectTest.php
- typo3/sysext/core/Tests/Unit/Resource/StorageRepositoryTest.php 1 addition, 1 deletion...sysext/core/Tests/Unit/Resource/StorageRepositoryTest.php
- typo3/sysext/core/Tests/Unit/TypoScript/AST/AstBuilderInterfaceTest.php 1 addition, 1 deletion...ore/Tests/Unit/TypoScript/AST/AstBuilderInterfaceTest.php
- typo3/sysext/extensionmanager/Tests/Unit/Utility/DependencyUtilityTest.php 1 addition, 1 deletion...nsionmanager/Tests/Unit/Utility/DependencyUtilityTest.php
- typo3/sysext/frontend/Tests/Unit/Http/RequestHandlerTest.php 1 addition, 1 deletiontypo3/sysext/frontend/Tests/Unit/Http/RequestHandlerTest.php
- typo3/sysext/impexp/Tests/Functional/Utility/ImportExportUtilityTest.php 1 addition, 1 deletion...pexp/Tests/Functional/Utility/ImportExportUtilityTest.php
Please register or sign in to comment