Merge branch '4' into 5.0

This commit is contained in:
Steve Boyd 2023-07-06 16:45:01 +12:00
commit f7c11b441d

View File

@ -629,7 +629,7 @@ It's based on the `vendor/bin/behat -di @cms` output.
- Example: Given a "page" "Page 1"
Given /^(?:(an|a|the) )"(?<type>[^"]+)" "(?<id>[^"]+)" with (?<data>.*)$/
- Example: Given a "page" "Page 1" with "URL"="page-1" and "Content"="my page 1"
- Example: Given a "page" "Page 1" with "URLSegment"="page-1" and "Content"="my page 1"
Given /^(?:(an|a|the) )"(?<type>[^"]+)" "(?<id>[^"]+)" has the following data$/
- Example: And the "page" "Page 2" has the following data