mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-52454 tool_lp: Missing PARAM_RAW in exporter tests
This commit is contained in:
parent
e54f8c4d2d
commit
d323d6d355
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user