diff options
Diffstat (limited to 'tests/functions/make_clickable_test.php')
| -rw-r--r-- | tests/functions/make_clickable_test.php | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/tests/functions/make_clickable_test.php b/tests/functions/make_clickable_test.php index 63beeb06b2..a351a6d527 100644 --- a/tests/functions/make_clickable_test.php +++ b/tests/functions/make_clickable_test.php @@ -11,9 +11,6 @@  *  */ -require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php'; -require_once dirname(__FILE__) . '/../../phpBB/includes/functions_content.php'; -  class phpbb_functions_make_clickable_test extends phpbb_test_case  {  	/** @@ -149,9 +146,10 @@ class phpbb_functions_make_clickable_test extends phpbb_test_case  	{  		parent::setUp(); -		global $config, $user, $request; +		global $config, $user, $request, $symfony_request;  		$user = new phpbb_mock_user();  		$request = new phpbb_mock_request(); +		$symfony_request = new \phpbb\symfony_request($request);  	}  	/** | 
