public function SigchildEnabledProcessTest::testSignal

@expectedException Symfony\Component\Process\Exception\RuntimeException

Overrides AbstractProcessTest::testSignal

File

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

Class

SigchildEnabledProcessTest

Namespace

Symfony\Component\Process\Tests

Code

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