mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-13 14:58:52 +00:00
[feature/soft-delete] Remove unneeded require_once()
PHPBB3-9657
This commit is contained in:
parent
a84e4029e4
commit
c36c69c1d4
3 changed files with 0 additions and 9 deletions
|
@ -7,9 +7,6 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
|
|
||||||
require_once dirname(__FILE__) . '/../../phpBB/includes/utf/utf_tools.php';
|
|
||||||
|
|
||||||
class phpbb_content_visibility_get_forums_visibility_sql_test extends phpbb_database_test_case
|
class phpbb_content_visibility_get_forums_visibility_sql_test extends phpbb_database_test_case
|
||||||
{
|
{
|
||||||
public function getDataSet()
|
public function getDataSet()
|
||||||
|
|
|
@ -7,9 +7,6 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
|
|
||||||
require_once dirname(__FILE__) . '/../../phpBB/includes/utf/utf_tools.php';
|
|
||||||
|
|
||||||
class phpbb_content_visibility_get_global_visibility_sql_test extends phpbb_database_test_case
|
class phpbb_content_visibility_get_global_visibility_sql_test extends phpbb_database_test_case
|
||||||
{
|
{
|
||||||
public function getDataSet()
|
public function getDataSet()
|
||||||
|
|
|
@ -7,9 +7,6 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
|
|
||||||
require_once dirname(__FILE__) . '/../../phpBB/includes/utf/utf_tools.php';
|
|
||||||
|
|
||||||
class phpbb_content_visibility_get_visibility_sql_test extends phpbb_database_test_case
|
class phpbb_content_visibility_get_visibility_sql_test extends phpbb_database_test_case
|
||||||
{
|
{
|
||||||
public function getDataSet()
|
public function getDataSet()
|
||||||
|
|
Loading…
Add table
Reference in a new issue