You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1245,7 +1245,7 @@ public function dontSeeResponseContainsJson(array $json = []): void
1245
1245
* * `integer:<{val}` - checks that integer is lower than {val} (works with float and string types too).
1246
1246
* * `string:url` - checks that value is valid url.
1247
1247
* * `string:date` - checks that value is date in JavaScript format: https://weblog.west-wind.com/posts/2014/Jan/06/JavaScript-JSON-Date-Parsing-and-real-Dates
1248
-
* * `string:email` - checks that value is a valid email according to http://emailregex.com/
1248
+
* * `string:email` - checks that value is a valid email according to https://emailregex.com/
1249
1249
* * `string:regex({val})` - checks that string matches a regex provided with {val}
1250
1250
*
1251
1251
* This is how filters can be used:
@@ -1265,7 +1265,7 @@ public function dontSeeResponseContainsJson(array $json = []): void
1265
1265
* ```
1266
1266
*
1267
1267
* You can also add custom filters by using `{@link JsonType::addCustomFilter()}`.
1268
-
* See [JsonType reference](http://codeception.com/docs/reference/JsonType).
1268
+
* See [JsonType reference](https://codeception.com/docs/reference/JsonType).
0 commit comments