1, 'start' => 1, 'format' => 'decimal', 'restart' => 1, 'pStyle' => 'pStyle', 'suffix' => 'space', 'text' => '%1.', 'alignment' => ST_Jc::START, 'left' => 360, 'hanging' => 360, 'tabPos' => 360, 'font' => 'Arial', 'hint' => 'default', ); foreach ($attributes as $key => $value) { $set = "set{$key}"; $get = "get{$key}"; $object->$set($value); $this->assertEquals($value, $object->$get()); } } }