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
@@ -28,7 +28,7 @@ class SodiumRandomGeneratorTest extends TestCase
$bytes = $generator->generate(16);
$this->assertInternalType('string', $bytes);
$this->assertIsString('string', $bytes);
$this->assertEquals(16, strlen($bytes));
}