final class Result (View source)

internal  This class is not covered by the backward compatibility promise for PHPUnit
 

Constants

SUCCESS

FAILURE

EXCEPTION

CRASH

Methods

static Result
from(string $output = '', int $shellExitCode = self::SUCCESS)

No description

string
output()

No description

int
shellExitCode()

No description

Details

static Result from(string $output = '', int $shellExitCode = self::SUCCESS)

No description

Parameters

string $output
int $shellExitCode

Return Value

Result

string output()

No description

Return Value

string

int shellExitCode()

No description

Return Value

int