You are here

public function ProcessBuilderTest::testShouldThrowALogicExceptionIfNoPrefixAndNoArgument in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/process/Tests/ProcessBuilderTest.php \Symfony\Component\Process\Tests\ProcessBuilderTest::testShouldThrowALogicExceptionIfNoPrefixAndNoArgument()

@expectedException \Symfony\Component\Process\Exception\LogicException

File

vendor/symfony/process/Tests/ProcessBuilderTest.php, line 167

Class

ProcessBuilderTest

Namespace

Symfony\Component\Process\Tests

Code

public function testShouldThrowALogicExceptionIfNoPrefixAndNoArgument() {
  ProcessBuilder::create()
    ->getProcess();
}