summaryrefslogtreecommitdiff
path: root/vendor/symfony/http-foundation/Tests/RequestTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/http-foundation/Tests/RequestTest.php')
-rw-r--r--vendor/symfony/http-foundation/Tests/RequestTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/symfony/http-foundation/Tests/RequestTest.php b/vendor/symfony/http-foundation/Tests/RequestTest.php
index 4266197ab2..9d4181fbc7 100644
--- a/vendor/symfony/http-foundation/Tests/RequestTest.php
+++ b/vendor/symfony/http-foundation/Tests/RequestTest.php
@@ -21,7 +21,6 @@ class RequestTest extends TestCase
{
protected function tearDown()
{
- // reset
Request::setTrustedProxies(array(), -1);
Request::setTrustedHosts(array());
}