addNumberingStyle( 'numStyle', array( 'type' => 'multilevel', 'levels' => array( array( 'start' => 1, 'format' => NumberFormat::DECIMAL, 'restart' => 1, 'suffix' => 'space', 'text' => '%1.', 'alignment' => Jc::START, 'left' => 360, 'hanging' => 360, 'tabPos' => 360, 'font' => 'Arial', 'hint' => 'default', ), ), ) ); $doc = TestHelperDOCX::getDocument($phpWord, 'Word2007'); $this->assertTrue($doc->elementExists('/w:numbering/w:abstractNum', $xmlFile)); } }