MediaWiki
master
MissingNamespaceMatchForTestException.php
Go to the documentation of this file.
1
<?php
2
3
declare( strict_types = 1 );
4
5
namespace
MediaWiki\Composer\PhpUnitSplitter
;
6
7
use Exception;
8
12
class
MissingNamespaceMatchForTestException
extends
Exception {
13
public
function
__construct
(
TestDescriptor
$testDescriptor ) {
14
parent::__construct(
15
"Could not match "
. $testDescriptor->
getFullClassname
() .
" to a namespace in a php test file"
16
);
17
}
18
19
}
MediaWiki\Composer\PhpUnitSplitter\MissingNamespaceMatchForTestException
Definition
MissingNamespaceMatchForTestException.php:12
MediaWiki\Composer\PhpUnitSplitter\MissingNamespaceMatchForTestException\__construct
__construct(TestDescriptor $testDescriptor)
Definition
MissingNamespaceMatchForTestException.php:13
MediaWiki\Composer\PhpUnitSplitter\TestDescriptor
Definition
TestDescriptor.php:10
MediaWiki\Composer\PhpUnitSplitter\TestDescriptor\getFullClassname
getFullClassname()
Definition
TestDescriptor.php:45
MediaWiki\Composer\PhpUnitSplitter
Definition
InvalidSplitGroupCountException.php:3
includes
composer
PhpUnitSplitter
MissingNamespaceMatchForTestException.php
Generated on Tue Jul 8 2025 23:23:28 for MediaWiki by
1.10.0