mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-09 16:53:11 +08:00
Updated testing tools
This commit is contained in:
@@ -19,7 +19,7 @@ class ShlinkTableTest extends TestCase
|
||||
/** @var ObjectProphecy */
|
||||
private $baseTable;
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
$this->baseTable = $this->prophesize(Table::class);
|
||||
$this->shlinkTable = new ShlinkTable($this->baseTable->reveal());
|
||||
|
||||
Reference in New Issue
Block a user