From 94b72cfbdb3eae2822ba0fddb88369373ebd5b85 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 2 Feb 2015 16:19:07 +0100 Subject: [PATCH] [ticket/13522] Add captcha to test file class name PHPBB3-13522 --- tests/captcha/qa_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/captcha/qa_test.php b/tests/captcha/qa_test.php index fdf0c799f3..8d0d77d0e3 100644 --- a/tests/captcha/qa_test.php +++ b/tests/captcha/qa_test.php @@ -11,7 +11,7 @@ * */ -class phpbb_qa_test extends \phpbb_database_test_case +class phpbb_captcha_qa_test extends \phpbb_database_test_case { protected $request;