We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1165cd commit e163e28Copy full SHA for e163e28
tests/PhpArrayToXmlGettersSettersTest.php
@@ -88,10 +88,10 @@ public function test_it_should_get_and_set_the_custom_root_name()
88
}
89
90
/**
91
- * @covers \RefactorStudio\PhpArrayToXml\PhpArrayToXml::setCustomNodeName
92
- * @covers \RefactorStudio\PhpArrayToXml\PhpArrayToXml::getCustomNodeName
+ * @covers \RefactorStudio\PhpArrayToXml\PhpArrayToXml::setCustomTagName
+ * @covers \RefactorStudio\PhpArrayToXml\PhpArrayToXml::getCustomTagName
93
*/
94
- public function test_it_should_get_and_set_the_custom_node_name()
+ public function test_it_should_get_and_set_the_custom_tag_name()
95
{
96
$class = new PhpArrayToXml();
97
0 commit comments