Solar_Test::assertNotFalse()

public bool Solar_Test::assertNotFalse ( mixed $actual )

Asserts that a variable is not boolean false.

Parameters

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

Returns

  • (bool) The assertion result.

Description

Asserts that a variable is not boolean false.



Local