Skip to content

Commit

Permalink
infection#654 update json scheme for MBString mutator
Browse files Browse the repository at this point in the history
  • Loading branch information
majkel89 committed Mar 10, 2019
1 parent 150ee97 commit 97d64bc
Showing 1 changed file with 99 additions and 0 deletions.
99 changes: 99 additions & 0 deletions resources/schema.json
Expand Up @@ -144,6 +144,105 @@
}
]
}
},
"MBString": {
"type": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "object",
"additionalProperties": false,
"properties": {
"settings": {
"type": "object",
"additionalProperties": false,
"properties": {
"mb_chr": {
"type": "boolean"
},
"mb_ereg_match": {
"type": "boolean"
},
"mb_ereg_replace_callback": {
"type": "boolean"
},
"mb_ereg_replace": {
"type": "boolean"
},
"mb_ereg": {
"type": "boolean"
},
"mb_eregi_replace": {
"type": "boolean"
},
"mb_eregi": {
"type": "boolean"
},
"mb_ord": {
"type": "boolean"
},
"mb_parse_str": {
"type": "boolean"
},
"mb_send_mail": {
"type": "boolean"
},
"mb_split": {
"type": "boolean"
},
"mb_strcut": {
"type": "boolean"
},
"mb_stripos": {
"type": "boolean"
},
"mb_stristr": {
"type": "boolean"
},
"mb_strlen": {
"type": "boolean"
},
"mb_strpos": {
"type": "boolean"
},
"mb_strrchr": {
"type": "boolean"
},
"mb_strrichr": {
"type": "boolean"
},
"mb_strripos": {
"type": "boolean"
},
"mb_strrpos": {
"type": "boolean"
},
"mb_strstr": {
"type": "boolean"
},
"mb_strtolower": {
"type": "boolean"
},
"mb_strtoupper": {
"type": "boolean"
},
"mb_substr_count": {
"type": "boolean"
},
"mb_substr": {
"type": "boolean"
},
"mb_convert_case": {
"type": "boolean"
}
}
}
}
}
]
}
}
}
},
Expand Down

0 comments on commit 97d64bc

Please sign in to comment.