Метод | Описание | |
---|---|---|
_buildDescription ( string $actual, string $expected ) | Build the description of the runned ::match() call. | |
match ( Closure $actual, mixed $expected = null ) : boolean | Checks that $actual echo the $expected regexp. |
public static _buildDescription ( string $actual, string $expected ) | ||
$actual | string | The actual string. |
$expected | string | The expected string. |