diff options
Diffstat (limited to 'tests/filesystem/realpath_test.php')
| -rw-r--r-- | tests/filesystem/realpath_test.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/filesystem/realpath_test.php b/tests/filesystem/realpath_test.php index d994935f94..3d05cd7ff2 100644 --- a/tests/filesystem/realpath_test.php +++ b/tests/filesystem/realpath_test.php @@ -27,7 +27,7 @@ class phpbb_filesystem_realpath_test extends phpbb_test_case  		self::$filesystem_own_realpath->setAccessible(true);  	} -	public function setUp() +	public function setUp(): void  	{  		parent::setUp(); | 
