PHP Class Blackfire\Player\Step

Author: Fabien Potencier ([email protected])
Inheritance: use trait Blackfire\Player\Extension\BlackfireStepTrait
Afficher le fichier Open project: blackfireio/player Class Usage Examples

Méthodes publiques

Méthode Description
__clone ( )
__construct ( $root = true )
add ( Scenario $scenario )
auth ( $username, $password = '' )
click ( $selector )
delay ( $delay )
expect ( $expression )
extract ( $name, $expression )
follow ( )
getDelay ( )
getEndpoint ( )
getExpectations ( )
getExtractions ( )
getFormSelector ( )
getFormValues ( )
getHeaders ( )
getIndex ( )
getLast ( )
getLinkSelector ( )
getMethod ( )
getName ( )
getNext ( )
getOptions ( )
getTitle ( )
getUri ( )
header ( $key, $value = '' )
isFollow ( )
isJson ( )
json ( )
reload ( )
setOptions ( StepOptions $options )
submit ( $selector, array $values = [] )
title ( $title )
visit ( $uri, $method = 'GET', $values = [] )

Method Details

__clone() public méthode

public __clone ( )

__construct() public méthode

public __construct ( $root = true )

add() public méthode

public add ( Scenario $scenario )
$scenario Scenario

auth() public méthode

public auth ( $username, $password = '' )

click() public méthode

public click ( $selector )

delay() public méthode

public delay ( $delay )

expect() public méthode

public expect ( $expression )

extract() public méthode

public extract ( $name, $expression )

follow() public méthode

public follow ( )

getDelay() public méthode

public getDelay ( )

getEndpoint() public méthode

public getEndpoint ( )

getExpectations() public méthode

public getExpectations ( )

getExtractions() public méthode

public getExtractions ( )

getFormSelector() public méthode

public getFormSelector ( )

getFormValues() public méthode

public getFormValues ( )

getHeaders() public méthode

public getHeaders ( )

getIndex() public méthode

public getIndex ( )

getLast() public méthode

public getLast ( )

getLinkSelector() public méthode

public getLinkSelector ( )

getMethod() public méthode

public getMethod ( )

getName() public méthode

public getName ( )

getNext() public méthode

public getNext ( )

getOptions() public méthode

public getOptions ( )

getTitle() public méthode

public getTitle ( )

getUri() public méthode

public getUri ( )

header() public méthode

public header ( $key, $value = '' )

isFollow() public méthode

public isFollow ( )

isJson() public méthode

public isJson ( )

json() public méthode

public json ( )

reload() public méthode

public reload ( )

setOptions() public méthode

public setOptions ( StepOptions $options )
$options StepOptions

submit() public méthode

public submit ( $selector, array $values = [] )
$values array

title() public méthode

public title ( $title )

visit() public méthode

public visit ( $uri, $method = 'GET', $values = [] )