Skip to content

Commit e163e28

Browse files
committed
Fix @Covers
1 parent d1165cd commit e163e28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/PhpArrayToXmlGettersSettersTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ public function test_it_should_get_and_set_the_custom_root_name()
8888
}
8989

9090
/**
91-
* @covers \RefactorStudio\PhpArrayToXml\PhpArrayToXml::setCustomNodeName
92-
* @covers \RefactorStudio\PhpArrayToXml\PhpArrayToXml::getCustomNodeName
91+
* @covers \RefactorStudio\PhpArrayToXml\PhpArrayToXml::setCustomTagName
92+
* @covers \RefactorStudio\PhpArrayToXml\PhpArrayToXml::getCustomTagName
9393
*/
94-
public function test_it_should_get_and_set_the_custom_node_name()
94+
public function test_it_should_get_and_set_the_custom_tag_name()
9595
{
9696
$class = new PhpArrayToXml();
9797

0 commit comments

Comments
 (0)