diff --git a/admin/tool/lp/tests/exporter_test.php b/admin/tool/lp/tests/exporter_test.php index e0eb3ea554b..9658072dc9b 100644 --- a/admin/tool/lp/tests/exporter_test.php +++ b/admin/tool/lp/tests/exporter_test.php @@ -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,