Update dev requirements and test suite for PHP 7+ only

This commit is contained in:
Ben Ramsey
2017-11-08 16:25:08 -06:00
parent 049d5acf7a
commit 5d7ee63f1c
28 changed files with 206 additions and 191 deletions
+1 -1
View File
@@ -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);