PHP Class PhpSpec\Matcher\Iterate\SubjectElementDoesNotMatchException

Inheritance: extends PhpSpec\Exception\Example\FailureException
Show file Open project: phpspec/phpspec

Public Methods

Method Description
__construct ( integer $elementNumber, string $subjectKey, string $subjectValue, string $expectedKey, string $expectedValue )

Method Details

__construct() public method

public __construct ( integer $elementNumber, string $subjectKey, string $subjectValue, string $expectedKey, string $expectedValue )
$elementNumber integer
$subjectKey string
$subjectValue string
$expectedKey string
$expectedValue string