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
@@ -20,7 +20,7 @@ class TimestampFirstCombCodecTest extends TestCase
*/
private $builderMock;
protected function setUp()
protected function setUp(): void
{
$this->builderMock = $this->getMockBuilder(UuidBuilderInterface::class)->getMock();
$this->codec = new TimestampFirstCombCodec($this->builderMock);