We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53a8d3d + 4bd1ec5 commit cbddbb8Copy full SHA for cbddbb8
phpunit.xml.dist
@@ -29,17 +29,9 @@
29
30
<listeners>
31
<listener class="\Mockery\Adapter\Phpunit\TestListener" />
32
- <listener class="\FOS\HttpCacheBundle\Tests\Functional\WebServerListener">
33
- <arguments>
34
- <string>functional</string>
35
- </arguments>
36
- </listener>
37
</listeners>
38
39
<php>
40
<server name="KERNEL_DIR" value="./Tests/Functional/Fixtures/app" />
41
- <const name="WEB_SERVER_HOST" value="localhost" />
42
- <const name="WEB_SERVER_PORT" value="8000" />
43
- <const name="WEB_SERVER_DOCROOT" value="./Tests/Functional/Fixtures/web" />
44
</php>
45
-</phpunit>
+</phpunit>
0 commit comments