mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-23 08:43:02 +02:00
[ticket/17414] Extend unit test coverage for base class
PHPBB-17414
This commit is contained in:
@@ -65,7 +65,7 @@ class factory
|
||||
function garbage_collect($name)
|
||||
{
|
||||
$captcha = $this->get_instance($name);
|
||||
$captcha->garbage_collect(0);
|
||||
$captcha->garbage_collect();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user