Documentation

Phpt extends Test
in package

FinalYes
Tags
psalm-immutable
no-named-arguments

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

Table of Contents

Properties

$file  : string

Methods

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

Properties

$file read-only

private string $file
Tags
psalm-var

non-empty-string

Methods

__construct()

public __construct(string $file) : mixed
Parameters
$file : string
Tags
psalm-param

non-empty-string $file

file()

public file() : string
Tags
psalm-return

non-empty-string

Return values
string

id()

public id() : string
Tags
psalm-return

non-empty-string

Return values
string

isPhpt()

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

Phpt $this

Return values
bool

isTestMethod()

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

TestMethod $this

Return values
bool

name()

public name() : string
Tags
psalm-return

non-empty-string

Return values
string

        
On this page

Search results