|
MediaWiki master
|
Public Member Functions | |
| __construct (string $className, array $namespace, ?string $filename=null, float $duration=0) | |
| 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, | ||
| float | $duration = 0 ) |
Definition at line 17 of file TestDescriptor.php.
| MediaWiki\Composer\PhpUnitSplitter\TestDescriptor::getClassName | ( | ) |
Definition at line 33 of file TestDescriptor.php.
| MediaWiki\Composer\PhpUnitSplitter\TestDescriptor::getDuration | ( | ) |
Definition at line 49 of file TestDescriptor.php.
| MediaWiki\Composer\PhpUnitSplitter\TestDescriptor::getFilename | ( | ) |
Definition at line 41 of file TestDescriptor.php.
| MediaWiki\Composer\PhpUnitSplitter\TestDescriptor::getFullClassname | ( | ) |
Definition at line 45 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 29 of file TestDescriptor.php.
| MediaWiki\Composer\PhpUnitSplitter\TestDescriptor::setFilename | ( | string | $filename | ) |
Definition at line 37 of file TestDescriptor.php.