mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
Set minimum version to PHP 5.6 and use PHP 5.5 style ::class constants
This commit is contained in:
committed by
Ben Ramsey
parent
e535e89708
commit
225eb3b4c1
@@ -42,7 +42,7 @@ class SodiumRandomGeneratorTest extends TestCase
|
||||
$uuid = Uuid::uuid4();
|
||||
|
||||
$this->assertInstanceOf(
|
||||
'Ramsey\Uuid\Generator\SodiumRandomGenerator',
|
||||
SodiumRandomGenerator::class,
|
||||
$uuid->getFactory()->getRandomGenerator()
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user