aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-07-24 21:52:05 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-05-06 21:44:19 +0200
commit41956a8b9050fa6e1e301bfae51d947e6f13c068 (patch)
tree49bd9dde132e316b91a5486c724dff24a1e1a0fa
parent773d246a7e9ed2e8e0144278395aefffff795be4 (diff)
downloadforums-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
-rw-r--r--tests/notification/fixtures/services_notification.yml2
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 }