From a1789ddde42033f1b05cc4929491214ee6e79383 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 17 Dec 2015 09:15:42 +0100 Subject: Update to MediaWiki 1.26.0 --- .../process/Tests/ProcessInSigchildEnvironment.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 vendor/symfony/process/Tests/ProcessInSigchildEnvironment.php (limited to 'vendor/symfony/process/Tests/ProcessInSigchildEnvironment.php') diff --git a/vendor/symfony/process/Tests/ProcessInSigchildEnvironment.php b/vendor/symfony/process/Tests/ProcessInSigchildEnvironment.php new file mode 100644 index 00000000..3977bcdc --- /dev/null +++ b/vendor/symfony/process/Tests/ProcessInSigchildEnvironment.php @@ -0,0 +1,22 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Symfony\Component\Process\Tests; + +use Symfony\Component\Process\Process; + +class ProcessInSigchildEnvironment extends Process +{ + protected function isSigchildEnabled() + { + return true; + } +} -- cgit v1.2.3-54-g00ecf