Skip to content

Commit

Permalink
Remove WebServerListener
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Aug 7, 2014
1 parent 53a8d3d commit 4bd1ec5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,9 @@

<listeners>
<listener class="\Mockery\Adapter\Phpunit\TestListener" />
<listener class="\FOS\HttpCacheBundle\Tests\Functional\WebServerListener">
<arguments>
<string>functional</string>
</arguments>
</listener>
</listeners>

<php>
<server name="KERNEL_DIR" value="./Tests/Functional/Fixtures/app" />
<const name="WEB_SERVER_HOST" value="localhost" />
<const name="WEB_SERVER_PORT" value="8000" />
<const name="WEB_SERVER_DOCROOT" value="./Tests/Functional/Fixtures/web" />
</php>
</phpunit>
</phpunit>

0 comments on commit 4bd1ec5

Please sign in to comment.