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:
@@ -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')
|
||||
|
Reference in New Issue
Block a user