mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
update tests to new phpunit
This commit is contained in:
parent
743a7bf353
commit
58f6df3807
11 changed files with 59 additions and 101 deletions
|
|
@ -30,7 +30,7 @@ class TimeZoneProviderTest extends TestCase {
|
|||
/** @var TimeZoneProvider */
|
||||
private $provider;
|
||||
|
||||
protected function setUp() {
|
||||
protected function setUp(): void {
|
||||
parent::setUp();
|
||||
|
||||
$this->system = $this->createMock(ISystem::class);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue