Note about publication state on child pages

This commit is contained in:
Ingo Schommer 2014-11-11 15:59:24 +13:00
parent 6a24609dab
commit 752abd4447
2 changed files with 3 additions and 1 deletions

View File

@ -638,6 +638,7 @@ It's based on the `vendor/bin/behat -di @cms` output.
Given /^(?:(an|a|the) )"(?<type>[^"]+)" "(?<id>[^"]+)" is a (?<relation>[^\s]*) of (?:(an|a|the) )"(?<relationType>[^"]+)" "(?<relationId>[^"]+)"/
- Example: Given the "page" "Page 1.1" is a child of the "page" "Page1"
Note that this change is not published by default
Given /^(?:(an|a|the) )"(?<type>[^"]+)" "(?<id>[^"]+)" is (?<state>[^"]*)$/
- Example: Given the "page" "Page 1" is not published

View File

@ -189,7 +189,8 @@ class FixtureContext extends BehatContext
}
/**
* Example: Given the "page" "Page 1.1" is a child of the "page" "Page1"
* Example: Given the "page" "Page 1.1" is a child of the "page" "Page1".
* Note that this change is not published by default
*
* @Given /^(?:(an|a|the) )"(?<type>[^"]+)" "(?<id>[^"]+)" is a (?<relation>[^\s]*) of (?:(an|a|the) )"(?<relationType>[^"]+)" "(?<relationId>[^"]+)"/
*/