Documentation

PreConditionFinished
in package
implements Event

FinalYes
Tags
psalm-immutable
no-named-arguments

Parameter names are not covered by the backward compatibility promise for PHPUnit

Table of Contents

Interfaces

Event

Properties

$calledMethods  : array<string|int, mixed>
$telemetryInfo  : Info
$testClassName  : string

Methods

__construct()  : mixed
asString()  : string
calledMethods()  : array<string|int, mixed>
telemetryInfo()  : Info
testClassName()  : string

Properties

$calledMethods read-only

private array<string|int, mixed> $calledMethods
Tags
psalm-var

list<Code\ClassMethod>

Methods

__construct()

public __construct(Info $telemetryInfo, string $testClassName, ClassMethod ...$calledMethods) : mixed
Parameters
$telemetryInfo : Info
$testClassName : string
$calledMethods : ClassMethod
Tags
psalm-param

class-string $testClassName

calledMethods()

public calledMethods() : array<string|int, mixed>
Tags
psalm-return

list<Code\ClassMethod>

Return values
array<string|int, mixed>

testClassName()

public testClassName() : string
Tags
psalm-return

class-string

Return values
string

        
On this page

Search results