Annotation
└─Definition
└─Then
public class Then
extends Definition
| Method Summary | |
|---|---|
| string | getType() Returns definition type (Given|When|Then). |
| Methods inherited from Behat\Behat\Definition\Annotation\Definition | |
|---|---|
| __construct, errorHandler, getMatchedText, getRegex, getValues, run, setMatchedText, setValues | |
| Methods inherited from Behat\Behat\Annotation\Annotation | |
|---|---|
| __construct, getCallback, getCallbackForContext, getCallbackReflection, getDescription, getPath, isClosure, setDescription | |
public string getType()
Returns definition type (Given|When|Then).
Then type step definition.