final class ResultCacheId (View source)

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

Methods

static ResultCacheId
fromTest(Test $test)

No description

static ResultCacheId
fromReorderable(Reorderable $reorderable)

No description

static ResultCacheId
fromTestClassAndMethodName(string $class, string $methodName)

For use in PHPUnit tests only!

string
asString()

No description

Details

static ResultCacheId fromTest(Test $test)

No description

Parameters

Test $test

Return Value

ResultCacheId

static ResultCacheId fromReorderable(Reorderable $reorderable)

No description

Parameters

Reorderable $reorderable

Return Value

ResultCacheId

static ResultCacheId fromTestClassAndMethodName(string $class, string $methodName)

For use in PHPUnit tests only!

Parameters

string $class
string $methodName

Return Value

ResultCacheId

string asString()

No description

Return Value

string