final class IsolatedTestRunnerRegistry (View source)

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

Methods

static void
run(TestCase $test, bool $preserveGlobalState, bool $requiresXdebug)

No description

static void
set(IsolatedTestRunner $runner)

No description

Details

static void run(TestCase $test, bool $preserveGlobalState, bool $requiresXdebug)

No description

Parameters

TestCase $test
bool $preserveGlobalState
bool $requiresXdebug

Return Value

void

static void set(IsolatedTestRunner $runner)

No description

Parameters

IsolatedTestRunner $runner

Return Value

void