Solar_Test::skip()

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

Throws an exception indicating a skipped test.

Parameters

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

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

Returns

  • (void)

Description

Throws an exception indicating a skipped test.



Local