Solar_Test::assertFalse()

public bool Solar_Test::assertFalse ( mixed $actual )

Asserts that a variable is boolean false.

Parameters

  • (mixed) $actual: The variable to test.

Returns

  • (bool) The assertion result.

Description

Asserts that a variable is boolean false.



Local