We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 125b995 commit e6725c2Copy full SHA for e6725c2
phpunit.xml.dist
@@ -4,7 +4,7 @@
4
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.3/phpunit.xsd"
5
backupGlobals="true"
6
backupStaticAttributes="false"
7
- bootstrap="tests/bootstrap.php"
+ bootstrap="vendor/autoload.php"
8
cacheTokens="false"
9
colors="true"
10
convertErrorsToExceptions="true"
@@ -18,14 +18,14 @@
18
verbose="false"
19
>
20
<testsuites>
21
- <testsuite name="Symphony Api Framework">
22
- <directory>./tests/src/</directory>
+ <testsuite name="Symphony API Framework Test Suite">
+ <directory>./tests</directory>
23
</testsuite>
24
</testsuites>
25
26
<filter>
27
<whitelist addUncoveredFilesFromWhitelist="true">
28
- <directory suffix=".php">./src/</directory>
+ <directory suffix=".php">./src</directory>
29
</whitelist>
30
</filter>
31
0 commit comments