mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11491] Fix class name of functional test
PHPBB3-11491
This commit is contained in:
parent
b2b8b62fad
commit
4c99229be8
1 changed files with 1 additions and 1 deletions
|
@ -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 $helper;
|
||||
|
|
Loading…
Add table
Reference in a new issue