mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
[ticket/17535] Convert config files, make data providers static
PHPBB-17535
This commit is contained in:
@@ -15,10 +15,8 @@ require_once __DIR__ . '/template_test_case_with_tree.php';
|
||||
|
||||
class phpbb_template_template_includejs_test extends phpbb_template_template_test_case_with_tree
|
||||
{
|
||||
public function template_data()
|
||||
public static function template_data()
|
||||
{
|
||||
$this->setup_engine();
|
||||
|
||||
return array(
|
||||
/*
|
||||
array(
|
||||
|
Reference in New Issue
Block a user