mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Change NodeProviderInterface::getNode() to return Hexadecimal
This commit is contained in:
@@ -526,7 +526,7 @@ class ExpectedBehaviorTest extends TestCase
|
||||
public function testUsingDefaultTimeGeneratorWithCustomProviders()
|
||||
{
|
||||
$nodeProvider = \Mockery::mock('Ramsey\Uuid\Provider\NodeProviderInterface', [
|
||||
'getNode' => '0123456789ab',
|
||||
'getNode' => new Hexadecimal('0123456789ab'),
|
||||
]);
|
||||
|
||||
$timeConverter = \Mockery::mock('Ramsey\Uuid\Converter\TimeConverterInterface');
|
||||
|
||||
Reference in New Issue
Block a user