From ffa8d32b64c9080a5ea71b95240f4ee3fca82e2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 24 Feb 2014 11:01:19 +0100 Subject: [PATCH] More descriptive message from test bootstrap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- test/bootstrap-dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bootstrap-dist.php b/test/bootstrap-dist.php index a80d40750d..c02fd589f6 100644 --- a/test/bootstrap-dist.php +++ b/test/bootstrap-dist.php @@ -103,7 +103,7 @@ function test_date($date_format) } if (PMA_HAS_RUNKIT && $GLOBALS['runkit_internal_override']) { - echo "Enabling headers testing...\n"; + echo "Enabling headers testing using runkit...\n"; runkit_function_rename('header', 'test_header_override'); runkit_function_rename('headers_sent', 'test_headers_sent_override'); runkit_function_rename('test_header', 'header');