mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net/relayd: phpunit 9 fix
This commit is contained in:
parent
684715cac9
commit
8dd163fd48
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class RelaydTest extends \PHPUnit\Framework\TestCase
|
|||
// holds the SettingsController object
|
||||
protected static $setRelayd;
|
||||
|
||||
public static function setUpBeforeClass()
|
||||
public static function setUpBeforeClass(): void
|
||||
{
|
||||
self::$setRelayd = new \OPNsense\Relayd\Api\SettingsController();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue