Solar_Cli_MakeTests::_exec()

protected void Solar_Cli_MakeTests::_exec ( string $class = NULL )

Builds one or more test files starting at the requested class, usually descending recursively into subdirectories of that class.

Parameters

  • (string) $class: The class name to build tests for.

Returns

  • (void)

Description

Builds one or more test files starting at the requested class, usually descending recursively into subdirectories of that class.



Local