1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00

[ticket/11700] Get functional tests running after develop merge

PHPBB3-11700
This commit is contained in:
Nils Adermann
2013-09-17 18:10:58 +02:00
parent 9d8ac2b0ce
commit 1d7f8f8193
3 changed files with 3 additions and 3 deletions

View File

@@ -258,7 +258,7 @@ services:
class: phpbb\request\request
symfony_request:
class: phpbb_symfony_request
class: phpbb\symfony_request
arguments:
- @request

View File

@@ -134,7 +134,7 @@ interface provider_interface
*
* @param array $data An array corresponding to
* \phpbb\session::data
* @param boolean $new_session True for a new \session, false for no new
* @param boolean $new_session True for a new session, false for no new
* session.
*/
public function logout($data, $new_session);