mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-23 17:28:59 +03:00
Update dev requirements and test suite for PHP 7+ only
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user