chore(deps-dev): upgrade PHPUnit to v11.5

This commit is contained in:
Ben Ramsey
2025-05-26 01:54:17 -05:00
parent af695142ab
commit bbd78052d7
46 changed files with 740 additions and 924 deletions
@@ -4,6 +4,7 @@ declare(strict_types=1);
namespace Ramsey\Uuid\Test\Generator;
use PHPUnit\Framework\Attributes\RequiresPhpExtension;
use Ramsey\Uuid\Generator\PeclUuidRandomGenerator;
use Ramsey\Uuid\Rfc4122\Fields;
use Ramsey\Uuid\Rfc4122\Version;
@@ -12,9 +13,7 @@ use Ramsey\Uuid\Uuid;
class PeclUuidRandomGeneratorTest extends TestCase
{
/**
* @requires extension uuid
*/
#[RequiresPhpExtension('uuid')]
public function testGenerateCreatesUuidUsingPeclUuidMethods(): void
{
$generator = new PeclUuidRandomGenerator();