Documentation

Test
in package

Read onlyYes
AbstractYes
Tags
immutable
no-named-arguments

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

Table of Contents

Properties

$file  : non-empty-string

Methods

__construct()  : mixed
file()  : non-empty-string
id()  : non-empty-string
isPhpt()  : bool
isTestMethod()  : bool
name()  : non-empty-string

Properties

$file

private non-empty-string $file

Methods

__construct()

public __construct(non-empty-string $file) : mixed
Parameters
$file : non-empty-string

file()

public file() : non-empty-string
Return values
non-empty-string

id()

public abstract id() : non-empty-string
Return values
non-empty-string

isPhpt()

public isPhpt() : bool
Tags
phpstan-assert-if-true

Phpt $this

Return values
bool

isTestMethod()

public isTestMethod() : bool
Tags
phpstan-assert-if-true

TestMethod $this

Return values
bool

name()

public abstract name() : non-empty-string
Return values
non-empty-string
On this page

Search results