mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Move exception expectation
This commit is contained in:
+1
-2
@@ -1878,10 +1878,9 @@ class UuidTest extends TestCase
|
||||
{
|
||||
Uuid::setFactory(new UuidFactory(new FeatureSet(false, false, true)));
|
||||
|
||||
$uuid = Uuid::uuid1();
|
||||
|
||||
$this->expectException('Ramsey\Uuid\Exception\UnsatisfiedDependencyException');
|
||||
|
||||
$uuid = Uuid::uuid1();
|
||||
$uuid->getInteger();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user