Constructs a test runner.
string $appRoot: Path to the application root.
string $workingDirectory: Path to the working directory. JUnit log files will be stored in this directory.
public function __construct(string $appRoot, string $workingDirectory) { }