aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-02-02 16:19:07 +0100
committerMarc Alexander <admin@m-a-styles.de>2015-02-21 17:46:39 +0100
commit94b72cfbdb3eae2822ba0fddb88369373ebd5b85 (patch)
treec2c2391d408095656f41619995d6dfc75fd487cc /tests
parent8e737e483e2fbd20712bbcd1b3bb96d623ac0f24 (diff)
downloadforums-94b72cfbdb3eae2822ba0fddb88369373ebd5b85.tar
forums-94b72cfbdb3eae2822ba0fddb88369373ebd5b85.tar.gz
forums-94b72cfbdb3eae2822ba0fddb88369373ebd5b85.tar.bz2
forums-94b72cfbdb3eae2822ba0fddb88369373ebd5b85.tar.xz
forums-94b72cfbdb3eae2822ba0fddb88369373ebd5b85.zip
[ticket/13522] Add captcha to test file class name
PHPBB3-13522
Diffstat (limited to 'tests')
-rw-r--r--tests/captcha/qa_test.php2
1 files changed, 1 insertions, 1 deletions
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;