Current File : /home/jvzmxxx/wiki1/vendor/mediawiki/mediawiki-codesniffer/phpunit.xml.dist
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="true"
		 colors="false"
		 convertErrorsToExceptions="true"
		 convertNoticesToExceptions="true"
		 convertWarningsToExceptions="true"
		 mapTestClassNameToCoveredClassName="false"
		 strict="false"
		 verbose="false"
		 bootstrap="./phpunit.bootstrap.php">
	<testsuites>
		<testsuite name="phpcs/MediaWiki">
			<file>./MediaWiki/Tests/MediaWikiStandardTest.php</file>
		</testsuite>
	</testsuites>
</phpunit>