Solar_Test::assertTrue()

public bool Solar_Test::assertTrue ( mixed $actual )

Asserts that a variable is boolean true.

Parameters

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

Returns

  • (bool) The assertion result.

Description

Asserts that a variable is boolean true.



Local