Skip to content

Commit 5554c19

Browse files
committed
Fix warnings
1 parent d9cc7d4 commit 5554c19

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/TestCase/Validation/RuValidationTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ public function testVatin()
9898
* test snils method of RuValidation
9999
*
100100
* @return void
101-
* @covers RuValidation::personId
102-
* @covers RuValidation::snils
103101
*/
104102
public function testSnils()
105103
{

tests/TestCase/Validation/UaValidationTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ public function testPassport()
7676
* test personId method of UaValidation
7777
*
7878
* @return void
79-
* @covers UaValidation::personId
8079
*/
8180
public function testPersonId()
8281
{
@@ -90,7 +89,6 @@ public function testPersonId()
9089
* test IdCard method of UaValidation
9190
*
9291
* @return void
93-
* @covers UaValidation::personId
9492
*/
9593
public function testIdCard()
9694
{

0 commit comments

Comments
 (0)