Documentation

TestSuiteLoader

Tags
deprecated

see https://github.com/sebastianbergmann/phpunit/issues/4039

no-named-arguments

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

Table of Contents

load()  : ReflectionClass
reload()  : ReflectionClass

Methods

load()

public load(string $suiteClassFile) : ReflectionClass
Parameters
$suiteClassFile : string
Return values
ReflectionClass

reload()

public reload(ReflectionClass $aClass) : ReflectionClass
Parameters
$aClass : ReflectionClass
Return values
ReflectionClass

Search results