\Symfony\Component\Process\TestsProcessFailedExceptionTest

Summary

Methods
Properties
Constants
testProcessFailedExceptionThrowsException()
testProcessFailedExceptionPopulatesInformationFromProcessOutput()
testDisabledOutputInFailedExceptionDoesNotPopulateOutput()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

testProcessFailedExceptionThrowsException()

testProcessFailedExceptionThrowsException() 

tests ProcessFailedException throws exception if the process was successful.

testProcessFailedExceptionPopulatesInformationFromProcessOutput()

testProcessFailedExceptionPopulatesInformationFromProcessOutput() 

tests ProcessFailedException uses information from process output to generate exception message.

testDisabledOutputInFailedExceptionDoesNotPopulateOutput()

testDisabledOutputInFailedExceptionDoesNotPopulateOutput() 

Tests that ProcessFailedException does not extract information from process output if it was previously disabled.