PHP Класс kahlan\matcher\ToMatchEcho

Наследование: extends ToEcho
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
_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.

Описание методов

_buildDescription() публичный статический Метод

Build the description of the runned ::match() call.
public static _buildDescription ( string $actual, string $expected )
$actual string The actual string.
$expected string The expected string.

match() публичный статический Метод

Checks that $actual echo the $expected regexp.
public static match ( Closure $actual, mixed $expected = null ) : boolean
$actual Closure The closure to run.
$expected mixed The expected string.
Результат boolean