MDL-68658 phpunit: Ensure that the configured proxy is applied always
commit267c26d6d75234faf328b49c4f1558ccb878a24c
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Sun, 10 May 2020 14:54:14 +0000 (10 16:54 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Fri, 22 May 2020 15:07:14 +0000 (22 17:07 +0200)
treedea1a700f630e5f7664e271f8ab3c2afb4e077b2
parent591c98d71ccfa86dfd0e955efade873e554568bb
MDL-68658 phpunit: Ensure that the configured proxy is applied always

Previously, if the RSS feed (extests) was being served locally,
CFG->proxybypass was applied and causing the test to fail (proxy
ignored).

In that exact test we need the configured proxy to be applied
always, because the test is exaclty about detecting the problem
when a wrong proxy is used.
lib/tests/rsslib_test.php