MediaWiki
master
PhpUnitErrorTestCaseFoundException.php
Go to the documentation of this file.
1
<?php
2
3
declare( strict_types = 1 );
4
5
namespace
MediaWiki\Composer\PhpUnitSplitter
;
6
10
class
PhpUnitErrorTestCaseFoundException
extends
\Exception {
11
12
public
function
__construct
() {
13
parent::__construct(
"Encountered PHPUnit ErrorTestCase - check for a syntax error in the test "
.
14
"suite or an error in a dataProvider!"
);
15
}
16
17
}
MediaWiki\Composer\PhpUnitSplitter\PhpUnitErrorTestCaseFoundException
Definition
PhpUnitErrorTestCaseFoundException.php:10
MediaWiki\Composer\PhpUnitSplitter\PhpUnitErrorTestCaseFoundException\__construct
__construct()
Definition
PhpUnitErrorTestCaseFoundException.php:12
MediaWiki\Composer\PhpUnitSplitter
Definition
MissingNamespaceMatchForTestException.php:5
includes
composer
PhpUnitSplitter
PhpUnitErrorTestCaseFoundException.php
Generated on Wed Dec 4 2024 08:23:09 for MediaWiki by
1.10.0