Solar_Test_Suite::_done()

protected void Solar_Test_Suite::_done ( int $exit , string $name , string $note = NULL , string $diag = NULL )

Formats a test line, logs it, and saves the info.

Parameters

  • (int) $exit: Pass, skip, todo, or fail.

  • (string) $name: The test name.

  • (string) $note: Additional note about the test.

  • (string) $diag: Diagnostics for the test.

Returns

  • (void)

Description

Formats a test line, logs it, and saves the info.



Local