PHP Class Scientist\Matchers\StandardMatcher

Inheritance: implements Scientist\Matchers\Matcher
Show file Open project: daylerees/scientist Class Usage Examples

Public Methods

Method Description
match ( mixed $control, mixed $trial ) : boolean Determine whether two values match.

Method Details

match() public method

Determine whether two values match.
public match ( mixed $control, mixed $trial ) : boolean
$control mixed
$trial mixed
return boolean