PHP Class InterNations\Component\HttpMock\MockBuilder

Afficher le fichier Open project: internations/http-mock Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( InterNations\Component\HttpMock\Matcher\MatcherFactory $matcherFactory, ExtractorFactory $extractorFactory )
any ( )
exactly ( $times )
flushExpectations ( )
once ( )
thrice ( )
twice ( )
when ( ) : Expectation

Method Details

__construct() public méthode

public __construct ( InterNations\Component\HttpMock\Matcher\MatcherFactory $matcherFactory, ExtractorFactory $extractorFactory )
$matcherFactory InterNations\Component\HttpMock\Matcher\MatcherFactory
$extractorFactory InterNations\Component\HttpMock\Matcher\ExtractorFactory

any() public méthode

public any ( )

exactly() public méthode

public exactly ( $times )

flushExpectations() public méthode

public flushExpectations ( )

once() public méthode

public once ( )

thrice() public méthode

public thrice ( )

twice() public méthode

public twice ( )

when() public méthode

public when ( ) : Expectation
Résultat Expectation