final class UnexpectedPlanTokenException
    extends PlanSyntaxException

A fixture plan token does not match the expected syntax.

Properties§

public string $plan
public int $offset
public string $expected

Methods§

public function __construct(public string $plan, public int $offset, public string $expected)

A fixture plan token does not match the expected syntax.

Parameters

$planstring
$offsetint
$expectedstring
Calls 2

Test cases 37§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 1
Other tests reaching this symbol 36

Relations§

Instantiated in 9