mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-23 17:28:59 +03:00
Fix mock invocation assertions
This commit is contained in:
@@ -25,8 +25,8 @@ class PeclUuidTimeGeneratorTest extends PeclUuidTestCase
|
||||
$generator = new PeclUuidTimeGenerator;
|
||||
$generator->generate();
|
||||
|
||||
$create->verifyInvoked(UUID_TYPE_TIME);
|
||||
$parse->verifyInvoked($this->uuidString);
|
||||
$create->verifyInvoked([UUID_TYPE_TIME]);
|
||||
$parse->verifyInvoked([$this->uuidString]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user