diff --git a/tests/PHPUnit/IntegrationTestCase.php b/tests/PHPUnit/IntegrationTestCase.php index 3a38db34fb2c25d608b0383839bfaf9771360c5d..2851d80a688718c7b26ef193efa21bd1ddc8df1c 100755 --- a/tests/PHPUnit/IntegrationTestCase.php +++ b/tests/PHPUnit/IntegrationTestCase.php @@ -105,6 +105,8 @@ abstract class IntegrationTestCase extends PHPUnit_Framework_TestCase public function setUp() { + parent::setUp(); + // Make sure the browser running the test does not influence the Country detection code $_SERVER['HTTP_ACCEPT_LANGUAGE'] = 'en';