public function SigchildEnabledProcessTest::testProcessWithoutTermSignalIsNotSignaled

@expectedException Symfony\Component\Process\Exception\RuntimeException

Overrides AbstractProcessTest::testProcessWithoutTermSignalIsNotSignaled

File

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

Class

SigchildEnabledProcessTest

Namespace

Symfony\Component\Process\Tests

Code

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