The branch, master has been updated via 90f29bceede052dfaf509600ad11f73bc059c335 (commit) from d4eaf57b88584d0b863b44a50b849014c6d18afc (commit)
- Log ----------------------------------------------------------------- -----------------------------------------------------------------------
Summary of changes: test/classes/PMA_Config_test.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/test/classes/PMA_Config_test.php b/test/classes/PMA_Config_test.php index 3e48383..31c1886 100644 --- a/test/classes/PMA_Config_test.php +++ b/test/classes/PMA_Config_test.php @@ -69,11 +69,14 @@ class PMA_ConfigTest extends PHPUnit_Framework_TestCase $this->object->checkOutputCompression(); $this->assertEquals('auto', $this->object->get("OBGzip"));
+/* + Disabled as ini_set is quite often not allowed @ini_set('zlib.output_compression', 'Off'); $this->object->checkOutputCompression(); $this->assertFalse($this->object->get("OBGzip"));
@ini_set('zlib.output_compression', 'On'); + */ }
public function testCheckClient()
hooks/post-receive