mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[ticket/12016] Update functional tests to use service for event listeners
PHPBB3-12016
This commit is contained in:
parent
d3f9a51709
commit
fbf5911ac5
1 changed files with 9 additions and 0 deletions
|
@ -4,3 +4,12 @@ services:
|
|||
arguments:
|
||||
- @controller.helper
|
||||
- @template
|
||||
foo_bar.listener.permission:
|
||||
class: foo\bar\event\permission
|
||||
tags:
|
||||
- { name: event.listener }
|
||||
foo_bar.listener.user_setup:
|
||||
class: foo\bar\event\user_setup
|
||||
tags:
|
||||
- { name: event.listener }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue