function Source::__construct
Same name in this branch
- 11.1.x vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Source.php \PHPUnit\TextUI\Configuration\Source::__construct()
- 11.1.x vendor/twig/twig/src/Source.php \Twig\Source::__construct()
- 11.1.x vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Source.php \phpDocumentor\Reflection\DocBlock\Tags\Source::__construct()
File
-
vendor/
phpunit/ php-code-coverage/ src/ Report/ Xml/ Source.php, line 24
Class
- Source
- @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage
Namespace
SebastianBergmann\CodeCoverage\Report\XmlCode
public function __construct(DOMElement $context) {
$this->context = $context;
}