Documentation

ProcessBuilderTest extends TestCase
in package

Table of Contents

Methods

testAddEnvironmentVariables()  : mixed
testArrayPrefixesArePrependedToAllGeneratedProcess()  : mixed
testDoesNotPrefixExec()  : mixed
testInheritEnvironmentVars()  : mixed
testInvalidInput()  : mixed
testNegativeTimeoutFromSetter()  : mixed
testNullTimeout()  : mixed
testPrefixIsPrependedToAllGeneratedProcess()  : mixed
testShouldEscapeArguments()  : mixed
testShouldEscapeArgumentsAndPrefix()  : mixed
testShouldNotThrowALogicExceptionIfNoArgument()  : mixed
testShouldNotThrowALogicExceptionIfNoPrefix()  : mixed
testShouldReturnProcessWithDisabledOutput()  : mixed
testShouldReturnProcessWithEnabledOutput()  : mixed
testShouldSetArguments()  : mixed
testShouldThrowALogicExceptionIfNoPrefixAndNoArgument()  : mixed

Methods

testArrayPrefixesArePrependedToAllGeneratedProcess()

public testArrayPrefixesArePrependedToAllGeneratedProcess() : mixed

testInheritEnvironmentVars()

public testInheritEnvironmentVars() : mixed
Tags
group

legacy

testInvalidInput()

public testInvalidInput() : mixed
Tags
expectedException

\Symfony\Component\Process\Exception\InvalidArgumentException

expectedExceptionMessage

Symfony\Component\Process\ProcessBuilder::setInput only accepts strings, Traversable objects or stream resources.

testNegativeTimeoutFromSetter()

public testNegativeTimeoutFromSetter() : mixed
Tags
expectedException

\Symfony\Component\Process\Exception\InvalidArgumentException

testPrefixIsPrependedToAllGeneratedProcess()

public testPrefixIsPrependedToAllGeneratedProcess() : mixed

testShouldEscapeArgumentsAndPrefix()

public testShouldEscapeArgumentsAndPrefix() : mixed

testShouldNotThrowALogicExceptionIfNoArgument()

public testShouldNotThrowALogicExceptionIfNoArgument() : mixed

testShouldNotThrowALogicExceptionIfNoPrefix()

public testShouldNotThrowALogicExceptionIfNoPrefix() : mixed

testShouldReturnProcessWithDisabledOutput()

public testShouldReturnProcessWithDisabledOutput() : mixed

testShouldReturnProcessWithEnabledOutput()

public testShouldReturnProcessWithEnabledOutput() : mixed

testShouldThrowALogicExceptionIfNoPrefixAndNoArgument()

public testShouldThrowALogicExceptionIfNoPrefixAndNoArgument() : mixed
Tags
expectedException

\Symfony\Component\Process\Exception\LogicException


        
On this page

Search results