mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Fix test failing on PHP 5.4 because of ::class keyword name resolution
This commit is contained in:
@@ -35,7 +35,7 @@ class SodiumRandomGeneratorTest extends TestCase
|
||||
$uuid = \Ramsey\Uuid\Uuid::uuid4();
|
||||
|
||||
$this->assertInstanceOf(
|
||||
SodiumRandomGenerator::class,
|
||||
'Ramsey\Uuid\Generator\SodiumRandomGenerator',
|
||||
$uuid->getFactory()->getRandomGenerator()
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user