PHP Класс kahlan\matcher\ToContainKey

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

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

Метод Описание
description ( ) : string Returns the description message.
match ( collection $actual, mixed $expected ) : boolean Expect that $actual array contain the $expected key.

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

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

Returns the description message.
public static description ( ) : string
Результат string The description message.

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

Expect that $actual array contain the $expected key.
public static match ( collection $actual, mixed $expected ) : boolean
$actual collection The actual array.
$expected mixed The expected key.
Результат boolean