Skip to content

Commit

Permalink
Merge pull request #32 from Paladin/JDocument
Browse files Browse the repository at this point in the history
Cleaning up after JDocument changes
  • Loading branch information
LouisLandry committed Jun 10, 2011
2 parents 1b375ba + 46e9f4e commit 6b577c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
18 changes: 0 additions & 18 deletions tests/suite/joomla/document/JDocumentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,24 +180,6 @@ public function testGetType()
);
}

/**
* This is an empty test for code coverage reasons (the method is empty)
*/
public function testGetHeadData()
{
$this->object = new JDocument;
$this->object->getHeadData();
}

/**
* This is an empty test for code coverage reasons (the method is empty)
*/
public function testSetHeadData()
{
$this->object = new JDocument;
$this->object->setHeadData(array());
}

/**
* Test getBuffer
*/
Expand Down
16 changes: 0 additions & 16 deletions tests/suite/joomla/document/json/JDocumentJSONTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,22 +91,6 @@ public function testRender()
);
}

/**
* This method does nothing.
*/
public function testGetHeadData()
{
$this->object->getHeadData();
}

/**
* This method does nothing.
*/
public function testSetHeadData()
{
$this->object->setHeadData('Head Data');
}

/**
* We test both at once
*/
Expand Down

0 comments on commit 6b577c4

Please sign in to comment.