mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
.xml.dist as an XML file extension
This commit is contained in:
@@ -3154,6 +3154,7 @@ XML:
|
|||||||
- .xlf
|
- .xlf
|
||||||
- .xliff
|
- .xliff
|
||||||
- .xmi
|
- .xmi
|
||||||
|
- .xml.dist
|
||||||
- .xsd
|
- .xsd
|
||||||
- .xul
|
- .xul
|
||||||
- .zcml
|
- .zcml
|
||||||
@@ -3164,9 +3165,7 @@ XML:
|
|||||||
- Web.Debug.config
|
- Web.Debug.config
|
||||||
- Web.Release.config
|
- Web.Release.config
|
||||||
- Web.config
|
- Web.config
|
||||||
- build.xml.dist
|
|
||||||
- packages.config
|
- packages.config
|
||||||
- phpunit.xml.dist
|
|
||||||
|
|
||||||
XProc:
|
XProc:
|
||||||
type: programming
|
type: programming
|
||||||
|
|||||||
14
samples/XML/phpunit.xml.dist
Normal file
14
samples/XML/phpunit.xml.dist
Normal 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>
|
||||||
Reference in New Issue
Block a user