public function SimpleProcessTest::testIsNotSuccessful

Overrides AbstractProcessTest::testIsNotSuccessful

File

drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SimpleProcessTest.php, line 76

Class

SimpleProcessTest

Namespace

Symfony\Component\Process\Tests

Code

public function testIsNotSuccessful() {
  $this
    ->skipIfPHPSigchild();
  parent::testIsNotSuccessful();
}