.xml.dist as an XML file extension

This commit is contained in:
Paul Chaignon
2015-01-02 22:29:44 +01:00
parent 71132d48ff
commit 8e6609c192
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>