Solar_Test::fail()

public void Solar_Test::fail ( string $text = NULL , array $info = NULL )

Throws an exception indicating a failed test.

Parameters

  • (string) $text: The failed-test message.

  • (array) $info: Additional info for the exception.

Returns

  • (void)

Description

Throws an exception indicating a failed test.



Local