mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-26 17:46:38 +03:00
Fix exception message assertion
This commit is contained in:
+1
-2
@@ -1112,8 +1112,7 @@ final class Uuid
|
||||
|
||||
throw new Exception\UnsatisfiedDependencyException(
|
||||
'When calling ' . __METHOD__ . ' on a 32-bit system, '
|
||||
. 'Moontoast\Math\BigNumber must be present in order '
|
||||
. 'to generate version 1 UUIDs'
|
||||
. 'Moontoast\Math\BigNumber must be present'
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -1830,7 +1830,7 @@ class UuidTest extends TestCase
|
||||
/**
|
||||
* @covers Rhumsaa\Uuid\Uuid::getInteger
|
||||
* @expectedException Rhumsaa\Uuid\Exception\UnsatisfiedDependencyException
|
||||
* @expectedExceptionMessage Cannot call Rhumsaa\Uuid\Uuid::getInteger without support for large integers
|
||||
* @expectedExceptionMessage When calling Rhumsaa\Uuid\Uuid::calculateUuidTime on a 32-bit system, Moontoast\Math\BigNumber must be present
|
||||
*/
|
||||
public function testGetInteger()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user