mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/11441] Correct/fix class name of user loader test.
PHPBB3-11441
This commit is contained in:
parent
eabcbb9baf
commit
3c09612d36
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
include_once(__DIR__ . '/../../phpBB/includes/utf/utf_tools.php');
|
include_once(__DIR__ . '/../../phpBB/includes/utf/utf_tools.php');
|
||||||
|
|
||||||
class phpbb_user_lang_test extends phpbb_database_test_case
|
class phpbb_user_loader_test extends phpbb_database_test_case
|
||||||
{
|
{
|
||||||
public function getDataSet()
|
public function getDataSet()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue