Solar_Test::assertNotNull()

public bool Solar_Test::assertNotNull ( mixed $actual )

Asserts that a variable is not PHP null.

Parameters

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

Returns

  • (bool) The assertion result.

Description

Asserts that a variable is not PHP null.



Local