public function SigchildDisabledProcessTest::testIsNotSuccessful

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

Overrides AbstractProcessTest::testIsNotSuccessful

File

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

Class

SigchildDisabledProcessTest

Namespace

Symfony\Component\Process\Tests

Code

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