]> granicus.if.org Git - php/commit
Set display_startup_errors=0 when running skipif
authorNikita Popov <nikita.ppv@gmail.com>
Thu, 10 Oct 2019 08:43:21 +0000 (10:43 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Thu, 10 Oct 2019 08:43:21 +0000 (10:43 +0200)
commitc1da10b77b370c6689675af2c4ce6ffc4ce124df
tree054057bb04d96b255c0b2bd13d50f37b16092e9b
parent51501dacb16f11ad375a99b31092c86b74f72a4f
Set display_startup_errors=0 when running skipif

Now that we're displaying errors in skipif, suppress this particular
category. Otherwise we get warnings in the SKIPIF of tests with
EXTENSION where the extension does not exist, and there's no way
to suppress them.
run-tests.php