From 60f1172b13813d01d9048a177b0ff7a97842e583 Mon Sep 17 00:00:00 2001 From: Tony NGUEREZA Date: Mon, 4 Dec 2023 11:02:21 +0100 Subject: [PATCH] Update tests --- tests/Rule/EqualTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Rule/EqualTest.php b/tests/Rule/EqualTest.php index 096a68b..165bee7 100644 --- a/tests/Rule/EqualTest.php +++ b/tests/Rule/EqualTest.php @@ -54,7 +54,6 @@ public function testValidate($param, $value, $expectedResult): void public function validationDataProvider(): array { return array( - array(0, '', true), array(10, '10', true), array(10, 10.0, true), array('a', 'A', false),