mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11768] Removed unused var
PHPBB3-11768
This commit is contained in:
parent
d37f2d10f0
commit
5fe8c6b6f5
1 changed files with 0 additions and 2 deletions
|
@ -28,8 +28,6 @@ class phpbb_textformatter_s9e_renderer_test extends phpbb_test_case
|
||||||
'<?php class renderer_foo { public function setParameter() {} }'
|
'<?php class renderer_foo { public function setParameter() {} }'
|
||||||
);
|
);
|
||||||
|
|
||||||
$mock = $this->getMockForAbstractClass('s9e\\TextFormatter\\Renderer');
|
|
||||||
|
|
||||||
$cache = $this->getMock('phpbb_mock_cache');
|
$cache = $this->getMock('phpbb_mock_cache');
|
||||||
$cache->expects($this->once())
|
$cache->expects($this->once())
|
||||||
->method('get')
|
->method('get')
|
||||||
|
|
Loading…
Add table
Reference in a new issue