Skip to content

Commit a719466

Browse files
committed
replace @coversNothing by @coversDefaultClass in tests classes
1 parent cd7fef2 commit a719466

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tests/AttributeHandlerTest.php

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

99
/**
1010
* @internal
11-
* @coversNothing
11+
* @coversDefaultClass
1212
*/
1313
class AttributeHandlerTest extends TestCase
1414
{

tests/DomDocumentHandlerTest.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
class DomDocumentHandlerTest extends TestCase
1818
{

tests/ElementHandlerTest.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
class ElementHandlerTest extends TestCase
1717
{

tests/NameSpaceHandlerTest.php

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

77
/**
88
* @internal
9-
* @coversNothing
9+
* @coversDefaultClass
1010
*/
1111
class NameSpaceHandlerTest extends TestCase
1212
{

tests/NodeHandlerTest.php

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

1010
/**
1111
* @internal
12-
* @coversNothing
12+
* @coversDefaultClass
1313
*/
1414
class NodeHandlerTest extends TestCase
1515
{

0 commit comments

Comments
 (0)