public function SimpleProcessTest::testIsSuccessful

Overrides AbstractProcessTest::testIsSuccessful

File

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

Class

SimpleProcessTest

Namespace

Symfony\Component\Process\Tests

Code

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