File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml
Upload
[..]
CodeCoverage/
Rename
Del
Configuration.php (2.65 KB)
Edit
Rename
Del
DefaultConfiguration.php (4.92 KB)
Edit
Rename
Del
Exception.php (606 B)
Edit
Rename
Del
Generator.php (2.18 KB)
Edit
Rename
Del
Groups.php (1.19 KB)
Edit
Rename
Del
LoadedFromFileConfiguration.php (2.08 KB)
Edit
Rename
Del
Loader.php (44.47 KB)
Edit
Rename
Del
Logging/
Rename
Del
Migration/
Rename
Del
SchemaDetector/
Rename
Del
SchemaFinder.php (1.94 KB)
Edit
Rename
Del
TestSuiteMapper.php (5.47 KB)
Edit
Rename
Del
Validator/
Rename
Del
Edit: Exception.php
<?php declare(strict_types=1); /* * This file is part of PHPUnit. * * (c) Sebastian Bergmann <sebastian@phpunit.de> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPUnit\TextUI\XmlConfiguration; use RuntimeException; /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Exception extends RuntimeException implements \PHPUnit\Exception { }
Simpan