PHP Класс kahlan\matcher\ToEcho

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

Открытые свойства

Свойство Тип Описание
$_description array Description reference of the last ::match() call.

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

Метод Описание
_buildDescription ( string $actual, string $expected ) Build the description of the runned ::match() call.
actual ( Closure $actual ) : string Returns the output generated by the closure.
description ( ) Returns the description report.
match ( Closure $actual, mixed $expected = null ) : boolean Checks that $actual echo the $expected string.

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

_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.

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

Returns the output generated by the closure.
public static actual ( Closure $actual ) : string
$actual Closure The actual closure.
Результат string The string result.

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

Returns the description report.
public static description ( )

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

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

Описание свойств

$_description публичное статическое свойство

Description reference of the last ::match() call.
public static array $_description
Результат array