Commit 803db4f6 authored by Raidelet Nicolas's avatar Raidelet Nicolas Committed by Guillaume Perréal
Browse files

Maj phpunit.xml.dist

Showing with 3 additions and 14 deletions
+3 -14
phpunit.xml.dist 100755 → 100644
...@@ -5,27 +5,16 @@ ...@@ -5,27 +5,16 @@
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
backupGlobals="false" backupGlobals="false"
colors="true" colors="true"
bootstrap="vendor/autoload.php"
> >
<testsuites> <testsuites>
<testsuite name="irstea/file-upload-bundle Test Suite"> <testsuite name="Project Test Suite">
<directory>Tests</directory> <directory>tests</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
<!--
<php>
<server name="KERNEL_DIR" value="/path/to/your/app/" />
</php>
-->
<filter> <filter>
<whitelist> <whitelist>
<directory>.</directory> <directory>src</directory>
<exclude>
<directory>Resources</directory>
<directory>Tests</directory>
</exclude>
</whitelist> </whitelist>
</filter> </filter>
</phpunit> </phpunit>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment