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

Merge pull request #3579 from s9e/ticket/13803

[ticket/13803] Implement a generic and scalable way to reparse rich text
This commit is contained in:
Tristan Darricau
2015-06-24 16:58:41 +02:00
33 changed files with 2000 additions and 1 deletions

View File

@@ -315,7 +315,7 @@ class phpbb_test_case_helpers
public function set_s9e_services(ContainerInterface $container = null, $fixture = null, $styles_path = null)
{
static $first_run;
global $phpbb_container, $phpbb_dispatcher, $phpbb_root_path, $phpEx;
global $phpbb_container, $phpbb_dispatcher, $phpbb_root_path, $phpEx, $user;
$cache_dir = __DIR__ . '/../tmp/';