mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 22:41:28 +02:00
[ticket/17414] Extend unit test coverage for base class
PHPBB-17414
This commit is contained in:
@@ -41,10 +41,6 @@ class phpbb_captcha_qa_test extends \phpbb_database_test_case
|
||||
|
||||
public function test_is_installed()
|
||||
{
|
||||
$this->assertFalse($this->qa->is_installed());
|
||||
|
||||
$this->qa->install();
|
||||
|
||||
$this->assertTrue($this->qa->is_installed());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user