mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
test: rename PROPFIND response check steps
test: fix tests
This commit is contained in:
@@ -132,7 +132,7 @@ class GraphHelper {
|
||||
*
|
||||
* @return string regex pattern
|
||||
*/
|
||||
public static function sanitizeRegexPattern(string $pattern): string {
|
||||
public static function jsonSchemaRegexToPureRegex(string $pattern): string {
|
||||
$pattern = \str_replace("\\\\", "\\", $pattern);
|
||||
$pattern = \str_replace("/", "\/", $pattern);
|
||||
$pattern = \preg_replace('/^\^/', '', $pattern);
|
||||
|
||||
Reference in New Issue
Block a user