public function SigchildDisabledProcessTest::testProcessWithTermSignal

@expectedException \Symfony\Component\Process\Exception\RuntimeException

Overrides AbstractProcessTest::testProcessWithTermSignal

File

drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildDisabledProcessTest.php, line 43

Class

SigchildDisabledProcessTest

Namespace

Symfony\Component\Process\Tests

Code

public function testProcessWithTermSignal() {
  parent::testProcessWithTermSignal();
}