Documentation

TestSuiteWithName 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

Methods

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

Methods

count()

public count() : int
Return values
int

isForTestClass()

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

TestSuiteForTestClass $this

Return values
bool

isForTestMethodWithDataProvider()

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

TestSuiteForTestMethodWithDataProvider $this

Return values
bool

name()

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

Search results