mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Rename toIntegerValue() to toInteger()
This commit is contained in:
@@ -15,7 +15,7 @@ class IntegerTest extends TestCase
|
||||
*
|
||||
* @dataProvider provideInteger
|
||||
*/
|
||||
public function testIntegerValueType($value, string $expected): void
|
||||
public function testIntegerType($value, string $expected): void
|
||||
{
|
||||
$integer = new IntegerObject($value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user