PHP Класс FalseExpectation, simpletest

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

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

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

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

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

Tests the expectation.
public test ( mixed $compare ) : boolean
$compare mixed Should be false.
Результат boolean True on match.

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

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