Method | Description | |
---|---|---|
__construct ( $root = '.' ) | ||
after ( ) | ||
commandShouldFail ( ) | Command should fail | |
commandShouldLastLessThan ( $seconds ) | Command should last less than | |
commandShouldMoreLessThan ( $seconds ) | Command should last more than | |
commandShouldSucceed ( ) | Command should succeed | |
getTranslationResources ( ) | ||
iCreateTheFileContaining ( $filename, Behat\Gherkin\Node\PyStringNode $string ) | ||
iExecute ( $cmd ) | Execute a command | |
iExecuteFromProjectRoot ( $cmd ) | Execute a command from project root | |
ouputShouldNotContain ( $text ) | Checks, that output not contains specified text. | |
outputShouldBe ( Behat\Gherkin\Node\PyStringNode $string ) | ||
outputShouldContain ( $text ) | Checks, that output contains specified text. | |
outputShouldNotBe ( Behat\Gherkin\Node\PyStringNode $string ) | ||
printTheContentOfFile ( $filename ) | ||
putFileIntoField ( $file, $field ) | Uploads a file using the specified input field |
public commandShouldLastLessThan ( $seconds ) |
public commandShouldMoreLessThan ( $seconds ) |
public iCreateTheFileContaining ( $filename, Behat\Gherkin\Node\PyStringNode $string ) | ||
$string | Behat\Gherkin\Node\PyStringNode |
public iExecuteFromProjectRoot ( $cmd ) |
public ouputShouldNotContain ( $text ) |
public outputShouldBe ( Behat\Gherkin\Node\PyStringNode $string ) | ||
$string | Behat\Gherkin\Node\PyStringNode |
public outputShouldContain ( $text ) |
public outputShouldNotBe ( Behat\Gherkin\Node\PyStringNode $string ) | ||
$string | Behat\Gherkin\Node\PyStringNode |
public putFileIntoField ( $file, $field ) |