Set minimum version to PHP 5.6 and use PHP 5.5 style ::class constants

This commit is contained in:
Jildert Miedema
2016-06-23 20:23:07 +02:00
committed by Ben Ramsey
parent e535e89708
commit 225eb3b4c1
14 changed files with 75 additions and 54 deletions
@@ -42,7 +42,7 @@ class SodiumRandomGeneratorTest extends TestCase
$uuid = Uuid::uuid4();
$this->assertInstanceOf(
'Ramsey\Uuid\Generator\SodiumRandomGenerator',
SodiumRandomGenerator::class,
$uuid->getFactory()->getRandomGenerator()
);
}