Skip to content

Commit 94aa985

Browse files
committed
replace @coversNothing to @coversDefaultClass in tests classes
1 parent 4127cf7 commit 94aa985

14 files changed

+14
-14
lines changed

tests/DocumentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
/**
1313
* @internal
14-
* @coversNothing
14+
* @coversDefaultClass
1515
*/
1616
final class DocumentTest extends AbstractTestCase
1717
{

tests/Tag/TagAttributeGroupTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
/**
1313
* @internal
14-
* @coversNothing
14+
* @coversDefaultClass
1515
*/
1616
final class TagAttributeGroupTest extends AbstractTestCase
1717
{

tests/Tag/TagAttributeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
/**
1313
* @internal
14-
* @coversNothing
14+
* @coversDefaultClass
1515
*/
1616
final class TagAttributeTest extends AbstractTestCase
1717
{

tests/Tag/TagChoiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
/**
1212
* @internal
13-
* @coversNothing
13+
* @coversDefaultClass
1414
*/
1515
final class TagChoiceTest extends AbstractTestCase
1616
{

tests/Tag/TagDocumentationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
/**
1414
* @internal
15-
* @coversNothing
15+
* @coversDefaultClass
1616
*/
1717
final class TagDocumentationTest extends AbstractTestCase
1818
{

tests/Tag/TagEnumerationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
/**
1313
* @internal
14-
* @coversNothing
14+
* @coversDefaultClass
1515
*/
1616
final class TagEnumerationTest extends AbstractTestCase
1717
{

tests/Tag/TagHeaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
/**
1616
* @internal
17-
* @coversNothing
17+
* @coversDefaultClass
1818
*/
1919
final class TagHeaderTest extends AbstractTestCase
2020
{

tests/Tag/TagImportTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
/**
1212
* @internal
13-
* @coversNothing
13+
* @coversDefaultClass
1414
*/
1515
final class TagImportTest extends AbstractTestCase
1616
{

tests/Tag/TagListTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
/**
1212
* @internal
13-
* @coversNothing
13+
* @coversDefaultClass
1414
*/
1515
final class TagListTest extends AbstractTestCase
1616
{

tests/Tag/TagMessageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
/**
1313
* @internal
14-
* @coversNothing
14+
* @coversDefaultClass
1515
*/
1616
final class TagMessageTest extends AbstractTestCase
1717
{

0 commit comments

Comments
 (0)