Solar_Test::assertEquals()
public
bool
Solar_Test::assertEquals
( mixed $actual
, mixed $expect
)
Asserts that two variables are equal; type is not strict.
Parameters
(mixed)
$actual
: The variable to test.(mixed)
$expect
: The expected value.
Returns
(bool) The assertion result.
Description
Asserts that two variables are equal; type is not strict.