Solar_Test::assertNull()
public
bool
Solar_Test::assertNull
( mixed $actual
)
Asserts that a variable is PHP null.
Parameters
(mixed)
$actual
: The variable to test.
Returns
(bool) The assertion result.
Description
Asserts that a variable is PHP null.