From a93c94f338a9e3188639015346ac01f08a36b44e Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 22 Jul 2020 12:36:00 +0400 Subject: Fixed bugs and updated tests Signed-off-by: Valentin Popov --- tests/Parsers/IntegerParserTest.php | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 tests/Parsers/IntegerParserTest.php (limited to 'tests/Parsers') diff --git a/tests/Parsers/IntegerParserTest.php b/tests/Parsers/IntegerParserTest.php deleted file mode 100644 index 56c13ce..0000000 --- a/tests/Parsers/IntegerParserTest.php +++ /dev/null @@ -1,36 +0,0 @@ - - * @license http://www.apache.org/licenses/LICENSE-2.0 - * @package Tests\Parsers - */ -final class IntegerParserTest extends TestCase { - public function testValid(): void { - $number = Faker::create()->numberBetween(100, 200); - self::assertEquals($number, IntegerParser::get((string) $number)); - } -} -- cgit v1.2.3