Solar_Test::assertNotTrue()

public bool Solar_Test::assertNotTrue ( mixed $actual )

Asserts that a variable is not boolean true.

Parameters

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

Returns

  • (bool) The assertion result.

Description

Asserts that a variable is not boolean true.



Local