Merge pull request #1942 from pchaigno/xml.dist

Add .xml.dist as a XML file extension
This commit is contained in:
Arfon Smith
2015-01-02 17:07:32 -06:00
2 changed files with 15 additions and 2 deletions

View File

@@ -3154,6 +3154,7 @@ XML:
- .xlf
- .xliff
- .xmi
- .xml.dist
- .xsd
- .xul
- .zcml
@@ -3164,9 +3165,7 @@ XML:
- Web.Debug.config
- Web.Release.config
- Web.config
- build.xml.dist
- packages.config
- phpunit.xml.dist
XProc:
type: programming

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./tests/bootstrap.php"
colors="true">
<testsuites>
<testsuite>
<directory>tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">src</directory>
</whitelist>
</filter>
</phpunit>