We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9a3d2 commit f774931Copy full SHA for f774931
Tests/IdGenerator/UlidGeneratorTest.php
@@ -29,9 +29,6 @@ public function testUlidCanBeGenerated()
29
$this->assertTrue(Ulid::isValid($ulid));
30
}
31
32
- /**
33
- * @requires function \Symfony\Component\Uid\Factory\UlidFactory::create
34
- */
35
public function testUlidFactory()
36
{
37
$ulid = new Ulid('00000000000000000000000000');
Tests/IdGenerator/UuidGeneratorTest.php
@@ -18,9 +18,6 @@
18
use Symfony\Component\Uid\UuidV4;
19
use Symfony\Component\Uid\UuidV6;
20
21
-/**
22
- * @requires function \Symfony\Component\Uid\Factory\UuidFactory::create
23
24
class UuidGeneratorTest extends TestCase
25
26
public function testUuidCanBeGenerated()
0 commit comments