Documentation

Phpt extends Test
in package

Read onlyYes
FinalYes
Tags
immutable
no-named-arguments

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

Table of Contents

Methods

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

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 id() : non-empty-string
Return values
non-empty-string

isPhpt()

public isPhpt() : true
Return values
true

isTestMethod()

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

TestMethod $this

Return values
bool

name()

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

Search results