Skip to content

Commit

Permalink
Rename last file, add covers statements
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker committed Jan 2, 2016
1 parent 5ec427b commit b9460c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/format/PhpTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class PhpTest extends \PHPUnit_Framework_TestCase
/**
* @testdox A data object is converted to a string
*
* @covers Joomla\Registry\Format\Php::getArrayString
* @covers Joomla\Registry\Format\Php::objectToString
*/
public function testADataObjectIsConvertedToAString()
Expand Down Expand Up @@ -51,6 +52,7 @@ public function testADataObjectIsConvertedToAString()
/**
* @testdox A data object is converted to a string with no specified class
*
* @covers Joomla\Registry\Format\Php::getArrayString
* @covers Joomla\Registry\Format\Php::objectToString
*/
public function testADataObjectIsConvertedToAStringWithNoSpecifiedClass()
Expand Down Expand Up @@ -87,6 +89,7 @@ public function testADataObjectIsConvertedToAStringWithNoSpecifiedClass()
/**
* @testdox A data object is converted to a string with a namespace
*
* @covers Joomla\Registry\Format\Php::getArrayString
* @covers Joomla\Registry\Format\Php::objectToString
*/
public function testADataObjectIsConvertedToAStringWithANamespace()
Expand Down
2 changes: 2 additions & 0 deletions Tests/format/XmlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class XmlTest extends \PHPUnit_Framework_TestCase
/**
* @testdox A data object is converted to a string
*
* @covers Joomla\Registry\Format\Xml::getXmlChildren
* @covers Joomla\Registry\Format\Xml::objectToString
*/
public function testADataObjectIsConvertedToAString()
Expand Down Expand Up @@ -62,6 +63,7 @@ public function testADataObjectIsConvertedToAString()
/**
* @testdox A string is converted to a data object
*
* @covers Joomla\Registry\Format\Xml::getValueFromNode
* @covers Joomla\Registry\Format\Xml::stringToObject
*/
public function testAStringIsConvertedToADataObject()
Expand Down
File renamed without changes.

0 comments on commit b9460c3

Please sign in to comment.