mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
Update dev requirements and test suite for PHP 7+ only
This commit is contained in:
@@ -20,7 +20,7 @@ class TimestampLastCombCodecTest extends TestCase
|
||||
*/
|
||||
private $builderMock;
|
||||
|
||||
protected function setUp()
|
||||
protected function setUp(): void
|
||||
{
|
||||
$this->builderMock = $this->getMockBuilder(UuidBuilderInterface::class)->getMock();
|
||||
$this->codec = new TimestampLastCombCodec($this->builderMock);
|
||||
|
||||
Reference in New Issue
Block a user