MediaWiki master
|
Public Member Functions | |
__construct (string $className, array $namespace, ?string $filename=null) | |
getClassName () | |
getDuration () | |
getFilename () | |
getFullClassname () | |
getNamespace () | |
setFilename (string $filename) | |
Definition at line 10 of file TestDescriptor.php.
MediaWiki\Composer\PhpUnitSplitter\TestDescriptor::__construct | ( | string | $className, |
array | $namespace, | ||
?string | $filename = null ) |
Definition at line 16 of file TestDescriptor.php.
MediaWiki\Composer\PhpUnitSplitter\TestDescriptor::getClassName | ( | ) |
Definition at line 26 of file TestDescriptor.php.
MediaWiki\Composer\PhpUnitSplitter\TestDescriptor::getDuration | ( | ) |
Definition at line 42 of file TestDescriptor.php.
MediaWiki\Composer\PhpUnitSplitter\TestDescriptor::getFilename | ( | ) |
Definition at line 34 of file TestDescriptor.php.
MediaWiki\Composer\PhpUnitSplitter\TestDescriptor::getFullClassname | ( | ) |
Definition at line 38 of file TestDescriptor.php.
Referenced by MediaWiki\Composer\PhpUnitSplitter\MissingNamespaceMatchForTestException\__construct(), and MediaWiki\Composer\PhpUnitSplitter\UnlocatedTestException\__construct().
MediaWiki\Composer\PhpUnitSplitter\TestDescriptor::getNamespace | ( | ) |
Definition at line 22 of file TestDescriptor.php.
MediaWiki\Composer\PhpUnitSplitter\TestDescriptor::setFilename | ( | string | $filename | ) |
Definition at line 30 of file TestDescriptor.php.