aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_formatter/s9e/parser_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/text_formatter/s9e/parser_test.php')
-rw-r--r--tests/text_formatter/s9e/parser_test.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/text_formatter/s9e/parser_test.php b/tests/text_formatter/s9e/parser_test.php
index 725ff42bfd..71433e209f 100644
--- a/tests/text_formatter/s9e/parser_test.php
+++ b/tests/text_formatter/s9e/parser_test.php
@@ -167,11 +167,4 @@ class phpbb_textformatter_s9e_parser_test extends phpbb_test_case
)
);
}
-
- public function test_get_parser()
- {
- $container = $this->get_test_case_helpers()->set_s9e_services();
- $parser = $container->get('text_formatter.parser');
- $this->assertInstanceOf('s9e\\TextFormatter\\Parser', $parser->get_parser());
- }
}