mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 12:14:06 +02:00
[ticket/17535] Update PHPUnit to v.10
PHPBB-17535
This commit is contained in:
@@ -113,7 +113,7 @@ class phpbb_plupload_test extends phpbb_test_case
|
||||
$config = new \phpbb\config\config([]);
|
||||
|
||||
$ini_wrapper = $this->getMockBuilder('\bantu\IniGetWrapper\IniGetWrapper')
|
||||
->setMethods(['getBytes'])
|
||||
->onlyMethods(['getBytes'])
|
||||
->getMock();
|
||||
$ini_wrapper->method('getBytes')
|
||||
->will($this->returnValueMap([
|
||||
|
Reference in New Issue
Block a user