1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00

[ticket/11491] Fix class name of functional test

PHPBB3-11491
This commit is contained in:
Joas Schilling
2013-04-12 01:08:40 +02:00
parent b2b8b62fad
commit 4c99229be8

View File

@@ -7,7 +7,7 @@
* *
*/ */
class acp_test extends phpbb_functional_test_case class phpbb_functional_extension_acp_test extends phpbb_functional_test_case
{ {
static private $copied_files = array(); static private $copied_files = array();
static private $helper; static private $helper;