PHP Class PHPSpec\Matcher\TraversableKeyValueMatcher

Inheritance: extends BasicMatcher
Show file Open project: phpspec/phpspec

Public Methods

Method Description
__construct ( PhpSpec\Formatter\Presenter\Presenter $presenter )
supports ( $name, $subject, array $arguments )

Protected Methods

Method Description
getFailureException ( $name, $subject, array $arguments )
getNegativeFailureException ( $name, $subject, array $arguments )
matches ( $subject, array $arguments )

Method Details

__construct() public method

public __construct ( PhpSpec\Formatter\Presenter\Presenter $presenter )
$presenter PhpSpec\Formatter\Presenter\Presenter

getFailureException() protected method

protected getFailureException ( $name, $subject, array $arguments )
$arguments array

getNegativeFailureException() protected method

protected getNegativeFailureException ( $name, $subject, array $arguments )
$arguments array

matches() protected method

protected matches ( $subject, array $arguments )
$arguments array

supports() public method

public supports ( $name, $subject, array $arguments )
$arguments array