mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-06 22:45:02 +02:00
[ticket/11768] Removed whitespace
No functional change intended PHPBB3-11768
This commit is contained in:
parent
8971805e57
commit
f4f5bdbaee
@ -29,9 +29,7 @@ class phpbb_textformatter_s9e_factory_test extends phpbb_database_test_case
|
|||||||
public function get_factory()
|
public function get_factory()
|
||||||
{
|
{
|
||||||
global $phpbb_root_path;
|
global $phpbb_root_path;
|
||||||
|
|
||||||
$this->cache = new phpbb_mock_cache;
|
$this->cache = new phpbb_mock_cache;
|
||||||
|
|
||||||
$dal = new \phpbb\textformatter\data_access(
|
$dal = new \phpbb\textformatter\data_access(
|
||||||
$this->new_dbal(),
|
$this->new_dbal(),
|
||||||
'phpbb_bbcodes',
|
'phpbb_bbcodes',
|
||||||
@ -40,7 +38,6 @@ class phpbb_textformatter_s9e_factory_test extends phpbb_database_test_case
|
|||||||
'phpbb_words',
|
'phpbb_words',
|
||||||
$phpbb_root_path . 'styles/'
|
$phpbb_root_path . 'styles/'
|
||||||
);
|
);
|
||||||
|
|
||||||
$factory = new \phpbb\textformatter\s9e\factory(
|
$factory = new \phpbb\textformatter\s9e\factory(
|
||||||
$dal,
|
$dal,
|
||||||
$this->cache,
|
$this->cache,
|
||||||
@ -122,7 +119,6 @@ class phpbb_textformatter_s9e_factory_test extends phpbb_database_test_case
|
|||||||
public function test_local_url()
|
public function test_local_url()
|
||||||
{
|
{
|
||||||
global $config, $user, $request;
|
global $config, $user, $request;
|
||||||
|
|
||||||
$config = array(
|
$config = array(
|
||||||
'force_server_vars' => true,
|
'force_server_vars' => true,
|
||||||
'server_protocol' => 'http://',
|
'server_protocol' => 'http://',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user