addParagraphStyle('testStyle', array('indent' => '10')); $section = $phpWord->addSection(); $section->addText('test', null, array('numStyle' => 'testStyle', 'numLevel' => '1')); $doc = TestHelperDOCX::getDocument($phpWord, 'Word2007'); $path = '/w:document/w:body/w:p/w:pPr/w:numPr/w:ilvl'; $this->assertTrue($doc->elementExists($path)); } }