1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/14948] Adjust calls for twig and phpunit updates

PHPBB3-14948
This commit is contained in:
Marc Alexander
2018-12-30 11:36:08 +01:00
parent 8e78d829b1
commit c6cc6ba8d8
194 changed files with 281 additions and 266 deletions

View File

@@ -35,7 +35,7 @@ class phpbb_files_types_base_test extends phpbb_test_case
/** @var string phpBB root path */
protected $phpbb_root_path;
protected function setUp()
protected function setUp(): void
{
global $phpbb_root_path, $phpEx;

View File

@@ -38,7 +38,7 @@ class phpbb_files_types_form_test extends phpbb_test_case
/** @var string phpBB root path */
protected $phpbb_root_path;
protected function setUp()
protected function setUp(): void
{
global $phpbb_root_path, $phpEx;

View File

@@ -38,7 +38,7 @@ class phpbb_files_types_local_test extends phpbb_test_case
/** @var string phpBB root path */
protected $phpbb_root_path;
protected function setUp()
protected function setUp(): void
{
global $phpbb_root_path, $phpEx;

View File

@@ -45,7 +45,7 @@ class phpbb_files_types_remote_test extends phpbb_test_case
/** @var string phpBB root path */
protected $phpbb_root_path;
protected function setUp()
protected function setUp(): void
{
global $config, $phpbb_root_path, $phpEx;

View File

@@ -35,7 +35,7 @@ class phpbb_files_upload_test extends phpbb_test_case
/** @var string phpBB root path */
protected $phpbb_root_path;
protected function setUp()
protected function setUp(): void
{
// Global $config required by unique_id
global $config, $phpbb_root_path, $phpEx;