aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/text_formatter/s9e/renderer_test.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/text_formatter/s9e/renderer_test.php b/tests/text_formatter/s9e/renderer_test.php
index 248b38206a..b93fd8bbe6 100644
--- a/tests/text_formatter/s9e/renderer_test.php
+++ b/tests/text_formatter/s9e/renderer_test.php
@@ -28,8 +28,6 @@ class phpbb_textformatter_s9e_renderer_test extends phpbb_test_case
'<?php class renderer_foo { public function setParameter() {} }'
);
- $mock = $this->getMockForAbstractClass('s9e\\TextFormatter\\Renderer');
-
$cache = $this->getMock('phpbb_mock_cache');
$cache->expects($this->once())
->method('get')