mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
chore(deps-dev): upgrade PHPUnit to v11.5
This commit is contained in:
@@ -4,6 +4,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace Ramsey\Uuid\Test\Generator;
|
||||
|
||||
use PHPUnit\Framework\Attributes\RequiresPhpExtension;
|
||||
use Ramsey\Uuid\Generator\PeclUuidTimeGenerator;
|
||||
use Ramsey\Uuid\Rfc4122\Fields;
|
||||
use Ramsey\Uuid\Rfc4122\Version;
|
||||
@@ -12,9 +13,7 @@ use Ramsey\Uuid\Uuid;
|
||||
|
||||
class PeclUuidTimeGeneratorTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @requires extension uuid
|
||||
*/
|
||||
#[RequiresPhpExtension('uuid')]
|
||||
public function testGenerateCreatesUuidUsingPeclUuidMethods(): void
|
||||
{
|
||||
$generator = new PeclUuidTimeGenerator();
|
||||
|
||||
Reference in New Issue
Block a user