Property | Type | Description | |
---|---|---|---|
$_description | array | Description reference of the last ::match() call. |
Method | Description | |
---|---|---|
_buildDescription ( mixed $actual, mixed $expected, integer $precision ) | Build the description of the runned ::match() call. | |
description ( ) | Returns the description report. | |
match ( mixed $actual, mixed $expected, integer $precision = 2 ) : boolean | Checks that $actual is close enough to $expected. |
public static array $_description | ||
return | array |