mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge branch 'ticket/15392' into ticket/15392-master
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
require_once dirname(__FILE__) . '/../../phpBB/includes/functions_user.php';
|
||||
require_once __DIR__ . '/../../phpBB/includes/functions_user.php';
|
||||
|
||||
class phpbb_functions_user_delete_test extends phpbb_database_test_case
|
||||
{
|
||||
@@ -20,7 +20,7 @@ class phpbb_functions_user_delete_test extends phpbb_database_test_case
|
||||
|
||||
public function getDataSet()
|
||||
{
|
||||
return $this->createXMLDataSet(dirname(__FILE__) . '/fixtures/user_delete.xml');
|
||||
return $this->createXMLDataSet(__DIR__ . '/fixtures/user_delete.xml');
|
||||
}
|
||||
|
||||
protected function setUp(): void
|
||||
|
Reference in New Issue
Block a user