Rename toIntegerValue() to toInteger()

This commit is contained in:
Ben Ramsey
2020-03-02 16:05:26 -06:00
parent a11db9a05f
commit b9b56c13a4
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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);