Skip to content

Commit 4bd1ec5

Browse files
committed
Remove WebServerListener
1 parent 53a8d3d commit 4bd1ec5

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

phpunit.xml.dist

+1-9
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,9 @@
2929

3030
<listeners>
3131
<listener class="\Mockery\Adapter\Phpunit\TestListener" />
32-
<listener class="\FOS\HttpCacheBundle\Tests\Functional\WebServerListener">
33-
<arguments>
34-
<string>functional</string>
35-
</arguments>
36-
</listener>
3732
</listeners>
3833

3934
<php>
4035
<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" />
4436
</php>
45-
</phpunit>
37+
</phpunit>

0 commit comments

Comments
 (0)