Remove duplicate on SectionTest
This commit is contained in:
parent
4119c6af07
commit
a78ba1c925
@ -44,10 +44,4 @@ class SectionTest extends \PHPUnit_Framework_TestCase
|
|||||||
$oSection = new PHPWord_Section(0);
|
$oSection = new PHPWord_Section(0);
|
||||||
$this->assertAttributeEquals($oSection->getHeaders(), '_headers', 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));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user