public function SigchildEnabledProcessTest::testProcessWithoutTermSignal

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

Overrides AbstractProcessTest::testProcessWithoutTermSignal

File

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

Class

SigchildEnabledProcessTest

Namespace

Symfony\Component\Process\Tests

Code

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