diff options
author | JoshyPHP <s9e.dev@gmail.com> | 2015-03-19 11:38:44 +0100 |
---|---|---|
committer | JoshyPHP <s9e.dev@gmail.com> | 2015-04-02 19:16:03 +0200 |
commit | f4f5bdbaee48d0ed341ec9b720579a4f751916fc (patch) | |
tree | e1a8d44195524185a8d3f8500cc4348de214e616 /tests/text_formatter | |
parent | 8971805e57c2af152ef62e16c8e5eb67bf343756 (diff) | |
download | forums-f4f5bdbaee48d0ed341ec9b720579a4f751916fc.tar forums-f4f5bdbaee48d0ed341ec9b720579a4f751916fc.tar.gz forums-f4f5bdbaee48d0ed341ec9b720579a4f751916fc.tar.bz2 forums-f4f5bdbaee48d0ed341ec9b720579a4f751916fc.tar.xz forums-f4f5bdbaee48d0ed341ec9b720579a4f751916fc.zip |
[ticket/11768] Removed whitespace
No functional change intended
PHPBB3-11768
Diffstat (limited to 'tests/text_formatter')
-rw-r--r-- | tests/text_formatter/s9e/factory_test.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/text_formatter/s9e/factory_test.php b/tests/text_formatter/s9e/factory_test.php index 8df841605d..7dfa512b28 100644 --- a/tests/text_formatter/s9e/factory_test.php +++ b/tests/text_formatter/s9e/factory_test.php @@ -29,9 +29,7 @@ class phpbb_textformatter_s9e_factory_test extends phpbb_database_test_case public function get_factory() { global $phpbb_root_path; - $this->cache = new phpbb_mock_cache; - $dal = new \phpbb\textformatter\data_access( $this->new_dbal(), 'phpbb_bbcodes', @@ -40,7 +38,6 @@ class phpbb_textformatter_s9e_factory_test extends phpbb_database_test_case 'phpbb_words', $phpbb_root_path . 'styles/' ); - $factory = new \phpbb\textformatter\s9e\factory( $dal, $this->cache, @@ -122,7 +119,6 @@ class phpbb_textformatter_s9e_factory_test extends phpbb_database_test_case public function test_local_url() { global $config, $user, $request; - $config = array( 'force_server_vars' => true, 'server_protocol' => 'http://', |