diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 8dd7784d43..e1dc1076a4 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -1,6 +1,4 @@ =') && + ini_get('always_populate_raw_post_data') !== '-1') { + throw new Exception("'always_populate_raw_post_data' has to be set to '-1' in your php.ini"); +} + require_once __DIR__ . '/../lib/base.php'; // load minimum set of apps