mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-25 17:45:35 +03:00
Prepare tests for running on PHP 8
This commit is contained in:
@@ -26,6 +26,7 @@ class RandomBytesGeneratorTest extends TestCase
|
||||
* @dataProvider lengthAndHexDataProvider
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
* @requires PHP < 8
|
||||
* @param int $length
|
||||
* @param string $hex
|
||||
* @throws \Exception
|
||||
@@ -44,6 +45,7 @@ class RandomBytesGeneratorTest extends TestCase
|
||||
* @dataProvider lengthAndHexDataProvider
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
* @requires PHP < 8
|
||||
* @param int $length
|
||||
* @param string $hex
|
||||
* @throws \Exception
|
||||
|
||||
Reference in New Issue
Block a user