Configuration

Configuration keys for the Solar_Test_Suite class.

log

  • (dependency) A Solar_Log dependency for logging test results.

  • Default: array ( 'adapter' => 'Solar_Log_Adapter_Echo', 'format' => '%m', )

test_config

  • (mixed) The config param to use for Solar::start() when running tests in the separate PHP environment.

  • Default: null

verbose

  • (bool) Whether or not to show verbose output.

  • Default: null

stop_on_fail

  • (bool) Stop running tests at the first failure.

  • Default: false



Local