Behat


Behat\Behat\Definition\Annotation\Then
Behat/Behat/Definition/Annotation/Then.php at line 18

Class Then

Annotation
└─Definition
└─Then

public class Then
extends Definition

Then type step definition.

Author:
Konstantin Kudryashov

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

Method Detail

Behat/Behat/Definition/Annotation/Then.php at line 25

getType

public string getType()

Returns definition type (Given|When|Then).


Behat