trait TestCaches

Methods

void
bootTestCache()

Boot test cache for parallel testing.

string
parallelSafeCachePrefix()

Get the test cache prefix.

void
switchToCachePrefix(string $prefix)

Switch to the given cache prefix.

Details

at line 14
protected void bootTestCache()

Boot test cache for parallel testing.

Return Value

void

at line 28
protected string parallelSafeCachePrefix()

Get the test cache prefix.

Return Value

string

at line 42
protected void switchToCachePrefix(string $prefix)

Switch to the given cache prefix.

Parameters

string $prefix

Return Value

void