mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[ticket/11444] Update tests
PHPBB3-11444
This commit is contained in:
parent
c1deeab318
commit
11bef3e22e
2 changed files with 14 additions and 12 deletions
|
@ -37,8 +37,8 @@ services:
|
||||||
scope: prototype
|
scope: prototype
|
||||||
parent: notification.type.base
|
parent: notification.type.base
|
||||||
calls:
|
calls:
|
||||||
- [set_user_loader, ["@user_loader"]]
|
- [set_user_loader, [@user_loader]]
|
||||||
- [set_config, ["@config"]]
|
- [set_config, [@config]]
|
||||||
tags:
|
tags:
|
||||||
- { name: notification.type }
|
- { name: notification.type }
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ services:
|
||||||
notification.type.approve_topic:
|
notification.type.approve_topic:
|
||||||
class: phpbb\notification\type\approve_topic
|
class: phpbb\notification\type\approve_topic
|
||||||
scope: prototype
|
scope: prototype
|
||||||
parent: notification.type.base
|
parent: notification.type.topic
|
||||||
tags:
|
tags:
|
||||||
- { name: notification.type }
|
- { name: notification.type }
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@ services:
|
||||||
notification.type.disapprove_topic:
|
notification.type.disapprove_topic:
|
||||||
class: phpbb\notification\type\disapprove_topic
|
class: phpbb\notification\type\disapprove_topic
|
||||||
scope: prototype
|
scope: prototype
|
||||||
parent: notification.type.base
|
parent: notification.type.topic
|
||||||
tags:
|
tags:
|
||||||
- { name: notification.type }
|
- { name: notification.type }
|
||||||
|
|
||||||
|
@ -82,7 +82,7 @@ services:
|
||||||
scope: prototype
|
scope: prototype
|
||||||
parent: notification.type.base
|
parent: notification.type.base
|
||||||
calls:
|
calls:
|
||||||
- [set_user_loader, ["@user_loader"]]
|
- [set_user_loader, [@user_loader]]
|
||||||
tags:
|
tags:
|
||||||
- { name: notification.type }
|
- { name: notification.type }
|
||||||
|
|
||||||
|
@ -98,8 +98,8 @@ services:
|
||||||
scope: prototype
|
scope: prototype
|
||||||
parent: notification.type.base
|
parent: notification.type.base
|
||||||
calls:
|
calls:
|
||||||
- [set_user_loader, ["@user_loader"]]
|
- [set_user_loader, [@user_loader]]
|
||||||
- [set_config, ["@config"]]
|
- [set_config, [@config]]
|
||||||
tags:
|
tags:
|
||||||
- { name: notification.type }
|
- { name: notification.type }
|
||||||
|
|
||||||
|
@ -108,8 +108,8 @@ services:
|
||||||
scope: prototype
|
scope: prototype
|
||||||
parent: notification.type.base
|
parent: notification.type.base
|
||||||
calls:
|
calls:
|
||||||
- [set_user_loader, ["@user_loader"]]
|
- [set_user_loader, [@user_loader]]
|
||||||
- [set_config, ["@config"]]
|
- [set_config, [@config]]
|
||||||
tags:
|
tags:
|
||||||
- { name: notification.type }
|
- { name: notification.type }
|
||||||
|
|
||||||
|
@ -162,15 +162,15 @@ services:
|
||||||
scope: prototype
|
scope: prototype
|
||||||
parent: notification.type.base
|
parent: notification.type.base
|
||||||
calls:
|
calls:
|
||||||
- [set_user_loader, ["@user_loader"]]
|
- [set_user_loader, [@user_loader]]
|
||||||
- [set_config, ["@config"]]
|
- [set_config, [@config]]
|
||||||
tags:
|
tags:
|
||||||
- { name: notification.type }
|
- { name: notification.type }
|
||||||
|
|
||||||
notification.type.topic_in_queue:
|
notification.type.topic_in_queue:
|
||||||
class: phpbb\notification\type\topic_in_queue
|
class: phpbb\notification\type\topic_in_queue
|
||||||
scope: prototype
|
scope: prototype
|
||||||
parent: notification.type.base
|
parent: notification.type.topic
|
||||||
tags:
|
tags:
|
||||||
- { name: notification.type }
|
- { name: notification.type }
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,8 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @group functional
|
* @group functional
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue