From 5554c19c38c082fe5b1ed08d601ba0938ad97a29 Mon Sep 17 00:00:00 2001 From: mscherer Date: Mon, 13 Nov 2023 14:45:26 +0100 Subject: [PATCH] Fix warnings --- tests/TestCase/Validation/RuValidationTest.php | 2 -- tests/TestCase/Validation/UaValidationTest.php | 2 -- 2 files changed, 4 deletions(-) diff --git a/tests/TestCase/Validation/RuValidationTest.php b/tests/TestCase/Validation/RuValidationTest.php index a8e02f7..1298c76 100644 --- a/tests/TestCase/Validation/RuValidationTest.php +++ b/tests/TestCase/Validation/RuValidationTest.php @@ -98,8 +98,6 @@ public function testVatin() * test snils method of RuValidation * * @return void - * @covers RuValidation::personId - * @covers RuValidation::snils */ public function testSnils() { diff --git a/tests/TestCase/Validation/UaValidationTest.php b/tests/TestCase/Validation/UaValidationTest.php index 784174a..bd91529 100644 --- a/tests/TestCase/Validation/UaValidationTest.php +++ b/tests/TestCase/Validation/UaValidationTest.php @@ -76,7 +76,6 @@ public function testPassport() * test personId method of UaValidation * * @return void - * @covers UaValidation::personId */ public function testPersonId() { @@ -90,7 +89,6 @@ public function testPersonId() * test IdCard method of UaValidation * * @return void - * @covers UaValidation::personId */ public function testIdCard() {