Documentation

TestSuiteForTestClass extends TestSuite
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

Properties

$className  : class-string
$file  : string
$line  : int

Methods

__construct()  : mixed
className()  : class-string
count()  : int
file()  : string
isForTestClass()  : true
isForTestMethodWithDataProvider()  : bool
isWithName()  : bool
line()  : int
name()  : non-empty-string
tests()  : TestCollection

Properties

Methods

count()

public count() : int
Return values
int

isForTestMethodWithDataProvider()

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

TestSuiteForTestMethodWithDataProvider $this

Return values
bool

isWithName()

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

TestSuiteWithName $this

Return values
bool

name()

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

Search results