diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-07-24 21:52:05 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-05-06 21:44:19 +0200 |
commit | 41956a8b9050fa6e1e301bfae51d947e6f13c068 (patch) | |
tree | 49bd9dde132e316b91a5486c724dff24a1e1a0fa /tests | |
parent | 773d246a7e9ed2e8e0144278395aefffff795be4 (diff) | |
download | forums-41956a8b9050fa6e1e301bfae51d947e6f13c068.tar forums-41956a8b9050fa6e1e301bfae51d947e6f13c068.tar.gz forums-41956a8b9050fa6e1e301bfae51d947e6f13c068.tar.bz2 forums-41956a8b9050fa6e1e301bfae51d947e6f13c068.tar.xz forums-41956a8b9050fa6e1e301bfae51d947e6f13c068.zip |
[ticket/14670] Set shared flag instead of defining prototype scope
The prototype scope was deprecated in symfony 2.8 and removed in 3.0.
PHPBB3-14670
Diffstat (limited to 'tests')
-rw-r--r-- | tests/notification/fixtures/services_notification.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notification/fixtures/services_notification.yml b/tests/notification/fixtures/services_notification.yml index 6e68cccff6..c83d8bd323 100644 --- a/tests/notification/fixtures/services_notification.yml +++ b/tests/notification/fixtures/services_notification.yml @@ -70,7 +70,7 @@ services: test: class: phpbb\notification\type\test - scope: prototype + shared: false parent: notification.type.base tags: - { name: notification.type } |