Skip to content
Snippets Groups Projects
Commit af7a1074 authored by Stefan Bürk's avatar Stefan Bürk
Browse files

[BUGFIX] Use correct php namespace for NoopEventDispatcher

NoopEventDispatcher was originally a text fixture class
to help during testing. This class has been made available
to extension developers with #99070.

However, #98808 has been mergend without prior rebasing and
having wrong namespace for this class in a test class.

This change now uses the correct namespace to ensure tests
are working again.

Resolves: #99076
Related: #99070
Related: #98808
Releases: main
Change-Id: Ibe28b8e56b18c6899e3a1935e97e6df9e68803d4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76582


Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
parent 983f6614
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment