Documentation

TestMethod 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

$className  : string
$file  : string
$line  : int
$metadata  : MetadataCollection
$methodName  : string
$testData  : TestDataCollection
$testDox  : TestDox

Methods

__construct()  : mixed
className()  : string
file()  : string
id()  : string
isPhpt()  : bool
isTestMethod()  : bool
line()  : int
metadata()  : MetadataCollection
methodName()  : string
name()  : string
nameWithClass()  : string
testData()  : TestDataCollection
testDox()  : TestDox

Properties

$className read-only

private string $className
Tags
psalm-var

class-string

$file read-only

private string $file
Tags
psalm-var

non-empty-string

$line read-only

private int $line
Tags
psalm-var

non-negative-int

$methodName read-only

private string $methodName
Tags
psalm-var

non-empty-string

Methods

__construct()

public __construct(string $className, string $methodName, string $file, int $line, TestDox $testDox, MetadataCollection $metadata, TestDataCollection $testData) : mixed
Parameters
$className : string
$methodName : string
$file : string
$line : int
$testDox : TestDox
$metadata : MetadataCollection
$testData : TestDataCollection
Tags
psalm-param

class-string $className

psalm-param

non-empty-string $methodName

psalm-param

non-empty-string $file

psalm-param

non-negative-int $line

className()

public className() : string
Tags
psalm-return

class-string

Return values
string

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

line()

public line() : int
Tags
psalm-return

non-negative-int

Return values
int

methodName()

public methodName() : string
Tags
psalm-return

non-empty-string

Return values
string

name()

public name() : string
Tags
psalm-return

non-empty-string

Return values
string

nameWithClass()

public nameWithClass() : string
Tags
psalm-return

non-empty-string

Return values
string

        
On this page

Search results