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:
@@ -87,7 +87,7 @@ class DefaultTimeGeneratorTest extends TestCase
|
||||
{
|
||||
$this->nodeProvider->expects($this->once())
|
||||
->method('getNode')
|
||||
->willReturn('122f80ca9e06');
|
||||
->willReturn(new Hexadecimal('122f80ca9e06'));
|
||||
$this->timeConverter->expects($this->once())
|
||||
->method('calculateTime')
|
||||
->with($this->currentTime['sec'], $this->currentTime['usec'])
|
||||
|
||||
Reference in New Issue
Block a user