PHP Класс AnythingExpectation, simpletest

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

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

Метод Описание
test ( mixed $compare ) : boolean Tests the expectation. Always true.
testMessage ( mixed $compare ) : string Returns a human readable test message.

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

test() публичный Метод

Tests the expectation. Always true.
public test ( mixed $compare ) : boolean
$compare mixed Ignored.
Результат boolean True.

testMessage() публичный Метод

Returns a human readable test message.
public testMessage ( mixed $compare ) : string
$compare mixed Comparison value.
Результат string Description of success or failure.