]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blobdiff - vendor/wikimedia/assert/phpunit.xml.dist
MediaWiki 1.30.2-scripts
[autoinstalls/mediawiki.git] / vendor / wikimedia / assert / phpunit.xml.dist
diff --git a/vendor/wikimedia/assert/phpunit.xml.dist b/vendor/wikimedia/assert/phpunit.xml.dist
new file mode 100644 (file)
index 0000000..49a2f87
--- /dev/null
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<phpunit bootstrap="./vendor/autoload.php"
+               backupGlobals="false"
+               backupStaticAttributes="false"
+               cacheTokens="false"
+               colors="true"
+               convertErrorsToExceptions="true"
+               convertNoticesToExceptions="true"
+               convertWarningsToExceptions="true"
+               stopOnError="false"
+               stopOnFailure="false"
+               stopOnIncomplete="false"
+               stopOnSkipped="false"
+               verbose="true">
+
+       <testsuites>
+               <testsuite name="Assert">
+                       <directory>./tests/phpunit</directory>
+               </testsuite>
+       </testsuites>
+       <filter>
+               <whitelist addUncoveredFilesFromWhitelist="true">
+                       <directory suffix=".php">src</directory>
+               </whitelist>
+       </filter>
+
+</phpunit>
\ No newline at end of file