public function ProcessBuilderTest::testShouldThrowALogicExceptionIfNoPrefixAndNoArgument in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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
Namespace
Symfony\Component\Process\TestsCode
public function testShouldThrowALogicExceptionIfNoPrefixAndNoArgument() {
ProcessBuilder::create()
->getProcess();
}