aboutsummaryrefslogtreecommitdiffstats
path: root/library/symfony/process/Tests/ProcessInSigchildEnvironment.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/symfony/process/Tests/ProcessInSigchildEnvironment.php')
-rw-r--r--library/symfony/process/Tests/ProcessInSigchildEnvironment.php22
1 files changed, 0 insertions, 22 deletions
diff --git a/library/symfony/process/Tests/ProcessInSigchildEnvironment.php b/library/symfony/process/Tests/ProcessInSigchildEnvironment.php
deleted file mode 100644
index 3977bcdcf..000000000
--- a/library/symfony/process/Tests/ProcessInSigchildEnvironment.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-
-/*
- * This file is part of the Symfony package.
- *
- * (c) Fabien Potencier <fabien@symfony.com>
- *
- * 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;
- }
-}