Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
PHPUnit_Framework_Constraint_IsTrue
PHP Class PHPUnit_Framework_Constraint_IsTrue, qcodo
Inheritance:
extends
PHPUnit_Framework_Constraint
ファイルを表示
Open project: qcodo/qcodo
Public Methods
Method
Description
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.
Method Details
evaluate()
public
method
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.
return
boolean
toString()
public
method
Returns a string representation of the constraint.
public
toString
( ) :
string
return
string