mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-12 01:54:41 +08:00
Updated testing tools
This commit is contained in:
@@ -14,7 +14,7 @@ class TranslatorExtensionTest extends TestCase
|
||||
/** @var TranslatorExtension */
|
||||
private $extension;
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
$this->extension = new TranslatorExtension($this->prophesize(Translator::class)->reveal());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user