diff options
author | David Zuelke <dzuelke@gmail.com> | 2014-11-19 23:46:22 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2014-11-20 08:11:44 +0100 |
commit | a128cbad578adbb2ca16ae84c8b2fef609067c8d (patch) | |
tree | 8baee22ad034ce1fcfc16641ff6f49e0dc079af4 | |
parent | 49be4af42bdb4ae013cfd5a9739c1639056b7e12 (diff) | |
download | php-git-a128cbad578adbb2ca16ae84c8b2fef609067c8d.tar.gz |
fix test description
-rw-r--r-- | sapi/fpm/tests/014.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/fpm/tests/014.phpt b/sapi/fpm/tests/014.phpt index d6a8f250b7..ee0e549cc5 100644 --- a/sapi/fpm/tests/014.phpt +++ b/sapi/fpm/tests/014.phpt @@ -1,5 +1,5 @@ --TEST-- -FPM: Test for pm.start_servers notice #... +FPM: Test for pm.start_servers default calculation message being a notice and not a warning #68458 --SKIPIF-- <?php include "skipif.inc"; ?> --FILE-- |