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> | 2016-07-24 21:52:05 +0200 |
commit | 224b0bb8d23de4d6b33203eefd96ec44214948ef (patch) | |
tree | ac0ee12abf7edc4506a00cd2432a18cf2c091511 /tests/notification | |
parent | [ticket/14670] Do not backup static attributes (diff) | |
download | phpbb-224b0bb8d23de4d6b33203eefd96ec44214948ef.tar.gz phpbb-224b0bb8d23de4d6b33203eefd96ec44214948ef.tar.bz2 phpbb-224b0bb8d23de4d6b33203eefd96ec44214948ef.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/notification')
-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 } |