Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
PHPUnit_Framework_Constraint_IsFalse
PHP Класс PHPUnit_Framework_Constraint_IsFalse, qcodo
См. ссылку:
http://www.phpunit.de/
Автор:
Sebastian Bergmann (
[email protected]
)
Наследование:
extends
PHPUnit_Framework_Constraint
Показать файл
Открыть проект
Открытые методы
Метод
Описание
evaluate
(
mixed
$other
) :
boolean
Evaluates the constraint for parameter $other. Returns TRUE if the constraint is met, FALSE otherwise.
toString
( ) :
string
Returns a string representation of the constraint.
Описание методов
evaluate()
публичный
Метод
Evaluates the constraint for parameter $other. Returns TRUE if the constraint is met, FALSE otherwise.
public
evaluate
(
mixed
$other
) :
boolean
$other
mixed
Value or object to evaluate.
Результат
boolean
toString()
публичный
Метод
Returns a string representation of the constraint.
public
toString
( ) :
string
Результат
string