Solar_Test_Suite::_testMethod()

protected void Solar_Test_Suite::_testMethod ( Solar_Php $php , string $class , string $method )

Run a single test method from the test class.

Parameters

  • (Solar_Php) $php: The PHP execution object.

  • (string) $class: The test class.

  • (string) $method: The test method.

Returns

  • (void)

Description

Run a single test method from the test class.



Local