Skip to content

Commit a02eaa4

Browse files
[Uid] Add MaxUuid and MaxUlid
1 parent 424440a commit a02eaa4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Tests/Functional/UidTest.php

Lines changed: 1 addition & 4 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-
* @see UidController
23-
*/
2421
class UidTest extends AbstractWebTestCase
2522
{
2623
protected function setUp(): void
@@ -41,7 +38,7 @@ public function testArgumentValueResolverDisabled()
4138
$exception = reset($exceptions);
4239

4340
$this->assertInstanceOf(\TypeError::class, $exception);
44-
$this->assertStringContainsString('Symfony\Bundle\FrameworkBundle\Tests\Functional\Bundle\TestBundle\Controller\UidController::anyFormat(): Argument #1 ($userId) must be of type Symfony\Component\Uid\UuidV1, string given', $exception->getMessage());
41+
$this->assertStringContainsString(UidController::class.'::anyFormat(): Argument #1 ($userId) must be of type Symfony\Component\Uid\UuidV1, string given', $exception->getMessage());
4542
}
4643

4744
public function testArgumentValueResolverEnabled()

0 commit comments

Comments
 (0)