PHP Class Blackfire\Player\Scenario

Author: Fabien Potencier ([email protected])
Afficher le fichier Open project: blackfireio/player Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( $title = null, array $values = [] )
add ( Scenario $scenario ) : Step
auth ( $username, $password )
delay ( $delay )
endpoint ( $endpoint )
getKey ( )
getRoot ( )
getTitle ( )
getValues ( )
header ( $key, $value )
key ( $key )
value ( $key, $value )
visit ( $uri, $method = 'GET', $values = [] ) : Step

Method Details

__construct() public méthode

public __construct ( $title = null, array $values = [] )
$values array

add() public méthode

public add ( Scenario $scenario ) : Step
$scenario Scenario
Résultat Step

auth() public méthode

public auth ( $username, $password )

delay() public méthode

public delay ( $delay )

endpoint() public méthode

public endpoint ( $endpoint )

getKey() public méthode

public getKey ( )

getRoot() public méthode

public getRoot ( )

getTitle() public méthode

public getTitle ( )

getValues() public méthode

public getValues ( )

header() public méthode

public header ( $key, $value )

key() public méthode

public key ( $key )

value() public méthode

public value ( $key, $value )

visit() public méthode

public visit ( $uri, $method = 'GET', $values = [] ) : Step
Résultat Step