MDL-52454 tool_lp: Missing PARAM_RAW in exporter tests

This commit is contained in:
Frederic Massart 2016-01-11 12:36:51 +08:00
parent e54f8c4d2d
commit d323d6d355

View File

@ -134,7 +134,7 @@ class tool_lp_testable_exporter extends \tool_lp\external\exporter {
public static function define_properties() {
return array(
'stringA' => array(
'type' => PARAM_TEXT,
'type' => PARAM_RAW,
),
'stringAformat' => array(
'type' => PARAM_INT,