Remove duplicate on SectionTest

This commit is contained in:
Ivan Lanin 2014-03-12 21:57:59 +07:00
parent 4119c6af07
commit a78ba1c925
1 changed files with 0 additions and 6 deletions

View File

@ -44,10 +44,4 @@ class SectionTest extends \PHPUnit_Framework_TestCase
$oSection = new PHPWord_Section(0);
$this->assertAttributeEquals($oSection->getHeaders(), '_headers', new PHPWord_Section(0));
}
public function testGetElements()
{
$oSection = new PHPWord_Section(0);
$this->assertAttributeEquals($oSection->getElements(), '_elementCollection', new PHPWord_Section(0));
}
}