Skip to content

Commit f774931

Browse files
committed
Minor @requires function tests cleanup
1 parent cc9a3d2 commit f774931

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Tests/IdGenerator/UlidGeneratorTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ public function testUlidCanBeGenerated()
2929
$this->assertTrue(Ulid::isValid($ulid));
3030
}
3131

32-
/**
33-
* @requires function \Symfony\Component\Uid\Factory\UlidFactory::create
34-
*/
3532
public function testUlidFactory()
3633
{
3734
$ulid = new Ulid('00000000000000000000000000');

Tests/IdGenerator/UuidGeneratorTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
use Symfony\Component\Uid\UuidV4;
1919
use Symfony\Component\Uid\UuidV6;
2020

21-
/**
22-
* @requires function \Symfony\Component\Uid\Factory\UuidFactory::create
23-
*/
2421
class UuidGeneratorTest extends TestCase
2522
{
2623
public function testUuidCanBeGenerated()

0 commit comments

Comments
 (0)