Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
SampleContext
PHP Class SampleContext, behat-rest-testing
Inheritance:
extends
Behat\RestTestingContext\BaseContext
Show file
Open project: deminy/behat-rest-testing
Public Methods
Method
Description
afterFeature
( )
afterScenario
( )
beforeFeature
( )
beforeScenario
( )
typeOfTheFieldIs
(
string
$value
,
string
$fieldProperty
,
string
$fieldType
) :
void
Protected Methods
Method
Description
getDataFile
( ) :
string
Method Details
afterFeature()
public
static
method
public
static
afterFeature
( )
afterScenario()
public
static
method
public
static
afterScenario
( )
beforeFeature()
public
static
method
public
static
beforeFeature
( )
beforeScenario()
public
static
method
public
static
beforeScenario
( )
getDataFile()
protected
static
method
protected
static
getDataFile
( ) :
string
return
string
typeOfTheFieldIs()
public
method
public
typeOfTheFieldIs
(
string
$value
,
string
$fieldProperty
,
string
$fieldType
) :
void
$value
string
$fieldProperty
string
$fieldType
string
return
void