Solar_Test::todo()

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

Throws an exception indicating an incomplete test.

Parameters

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

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

Returns

  • (void)

Description

Throws an exception indicating an incomplete test.



Local