Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Bundles Symfony 2
file-upload-bundle
Commits
803db4f6
Commit
803db4f6
authored
Nov 24, 2017
by
Raidelet Nicolas
Committed by
Guillaume Perréal
Jul 24, 2018
Browse files
Maj phpunit.xml.dist
parent
4fa5b30f
Changes
1
Hide whitespace changes
Inline
Side-by-side
phpunit.xml.dist
100755 → 100644
View file @
803db4f6
...
...
@@ -5,27 +5,16 @@
xsi:noNamespaceSchemaLocation=
"http://schema.phpunit.de/4.1/phpunit.xsd"
backupGlobals=
"false"
colors=
"true"
bootstrap=
"vendor/autoload.php"
>
<testsuites>
<testsuite
name=
"
irstea/file-upload-bundle
Test Suite"
>
<directory>
T
ests
</directory>
<testsuite
name=
"
Project
Test Suite"
>
<directory>
t
ests
</directory>
</testsuite>
</testsuites>
<!--
<php>
<server name="KERNEL_DIR" value="/path/to/your/app/" />
</php>
-->
<filter>
<whitelist>
<directory>
.
</directory>
<exclude>
<directory>
Resources
</directory>
<directory>
Tests
</directory>
</exclude>
<directory>
src
</directory>
</whitelist>
</filter>
</phpunit>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment