mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/10899] Fix typo in the class name
PHPBB3-10899
This commit is contained in:
parent
05e76e55e1
commit
dfec62c68d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
|
|||
require_once dirname(__FILE__) . '/../../phpBB/includes/functions_content.php';
|
||||
require_once dirname(__FILE__) . '/../../phpBB/includes/utf/utf_tools.php';
|
||||
|
||||
class phpbb_log_add_test extends phpbb_database_test_case
|
||||
class phpbb_log_delete_test extends phpbb_database_test_case
|
||||
{
|
||||
public function getDataSet()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue