trait TestViews

Methods

void
bootTestViews()

Boot test views for parallel testing.

string|null
parallelSafeCompiledViewPath()

Get the test compiled view path.

void
switchToCompiledViewPath(string $path)

Switch to the given compiled view path.

Details

at line 15
protected void bootTestViews()

Boot test views for parallel testing.

Return Value

void

at line 39
protected string|null parallelSafeCompiledViewPath()

Get the test compiled view path.

Return Value

string|null

at line 58
protected void switchToCompiledViewPath(string $path)

Switch to the given compiled view path.

Parameters

string $path

Return Value

void