1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

[ticket/9801] Add viewonline_helper service to allow proper testing

The viewonline_helper service can and will be extended in the future which
will allow us to also test the viewonline page better.

PHPBB3-9801
This commit is contained in:
Marc Alexander
2014-06-24 18:49:31 +02:00
parent 204904441a
commit 277e9a7a85
4 changed files with 84 additions and 5 deletions

View File

@@ -355,3 +355,6 @@ services:
- @cache
- @config
- @user
viewonline_helper:
class: phpbb\viewonline_helper