From a78ba1c925bdfd390dffdb93d0e4b2f015b60cb8 Mon Sep 17 00:00:00 2001 From: Ivan Lanin Date: Wed, 12 Mar 2014 21:57:59 +0700 Subject: [PATCH] Remove duplicate on SectionTest --- Tests/PHPWord/SectionTest.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Tests/PHPWord/SectionTest.php b/Tests/PHPWord/SectionTest.php index 5380f84d..7dede374 100644 --- a/Tests/PHPWord/SectionTest.php +++ b/Tests/PHPWord/SectionTest.php @@ -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)); - } }