1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-25 11:01:48 +02:00

[ticket/11768] Removed unused var

PHPBB3-11768
This commit is contained in:
JoshyPHP
2015-03-03 02:24:51 +01:00
parent d37f2d10f0
commit 5fe8c6b6f5

View File

@@ -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')