| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 1596 lines (49 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ProcessTest:: (113 methods):
setUpBeforeClass()
tearDown()
testInvalidCwd()
testThatProcessDoesNotThrowWarningDuringRun()
testNegativeTimeoutFromConstructor()
testNegativeTimeoutFromSetter()
testFloatAndNullTimeout()
testStopWithTimeoutIsActuallyWorking()
testAllOutputIsActuallyReadOnTermination()
testCallbacksAreExecutedWithStart()
testProcessResponses()
testProcessPipes()
testSetStreamAsInput()
testLiveStreamAsInput()
testSetInputWhileRunningThrowsAnException()
testInvalidInput()
provideInvalidInputValues()
testValidInput()
provideInputValues()
chainedCommandsOutputProvider()
testChainedCommandsOutput()
testCallbackIsExecutedForOutput()
testCallbackIsExecutedForOutputWheneverOutputIsDisabled()
testGetErrorOutput()
testFlushErrorOutput()
testIncrementalOutput()
provideIncrementalOutput()
testGetOutput()
testFlushOutput()
testZeroAsOutput()
testExitCodeCommandFailed()
testTTYCommand()
testTTYCommandExitCode()
testTTYInWindowsEnvironment()
testExitCodeTextIsNullWhenExitCodeIsNull()
testPTYCommand()
testMustRun()
testSuccessfulMustRunHasCorrectExitCode()
testMustRunThrowsException()
testExitCodeText()
testStartIsNonBlocking()
testUpdateStatus()
testGetExitCodeIsNullOnStart()
testGetExitCodeIsNullOnWhenStartingAgain()
testGetExitCode()
testStatus()
testStop()
testIsSuccessful()
testIsSuccessfulOnlyAfterTerminated()
testIsNotSuccessful()
testProcessIsNotSignaled()
testProcessWithoutTermSignal()
testProcessIsSignaledIfStopped()
testProcessThrowsExceptionWhenExternallySignaled()
testRestart()
testRunProcessWithTimeout()
testIterateOverProcessWithTimeout()
testCheckTimeoutOnNonStartedProcess()
testCheckTimeoutOnTerminatedProcess()
testCheckTimeoutOnStartedProcess()
testIdleTimeout()
testIdleTimeoutNotExceededWhenOutputIsSent()
testStartAfterATimeout()
testGetPid()
testGetPidIsNullBeforeStart()
testGetPidIsNullAfterRun()
testSignal()
testExitCodeIsAvailableAfterSignal()
testSignalProcessNotRunning()
testMethodsThatNeedARunningProcess()
provideMethodsThatNeedARunningProcess()
testMethodsThatNeedATerminatedProcess()
provideMethodsThatNeedATerminatedProcess()
testWrongSignal()
provideWrongSignal()
testDisableOutputDisablesTheOutput()
testDisableOutputWhileRunningThrowsException()
testEnableOutputWhileRunningThrowsException()
testEnableOrDisableOutputAfterRunDoesNotThrowException()
testDisableOutputWhileIdleTimeoutIsSet()
testSetIdleTimeoutWhileOutputIsDisabled()
testSetNullIdleTimeoutWhileOutputIsDisabled()
testGetOutputWhileDisabled()
provideOutputFetchingMethods()
testStopTerminatesProcessCleanly()
testKillSignalTerminatesProcessCleanly()
testTermSignalTerminatesProcessCleanly()
responsesCodeProvider()
pipesCodeProvider()
testIncrementalOutputDoesNotRequireAnotherCall()
provideVariousIncrementals()
testIteratorInput()
testSimpleInputStream()
testInputStreamWithCallable()
testInputStreamWithGenerator()
testInputStreamOnEmpty()
testIteratorOutput()
testNonBlockingNorClearingIteratorOutput()
testChainedProcesses()
testSetBadEnv()
testEnvBackupDoesNotDeleteExistingVars()
testEnvIsInherited()
testInheritEnvDisabled()
testGetCommandLine()
testEscapeArgument()
testEscapeArgumentWhenInheritEnvDisabled()
testRawCommandLine()
provideEscapeArgument()
testEnvArgument()
testWaitStoppedDeadProcess()
getProcess()
getProcessForCode()
skipIfNotEnhancedSigchild()
NonStringifiable:: (0 methods):
Class: ProcessTest - X-Ref
| setUpBeforeClass() X-Ref |
| No description |
| tearDown() X-Ref |
| No description |
| testInvalidCwd() X-Ref |
| testThatProcessDoesNotThrowWarningDuringRun() X-Ref |
| No description |
| testNegativeTimeoutFromConstructor() X-Ref |
| No description |
| testNegativeTimeoutFromSetter() X-Ref |
| No description |
| testFloatAndNullTimeout() X-Ref |
| No description |
| testStopWithTimeoutIsActuallyWorking() X-Ref |
| testAllOutputIsActuallyReadOnTermination() X-Ref |
| No description |
| testCallbacksAreExecutedWithStart() X-Ref |
| No description |
| testProcessResponses($expected, $getter, $code) X-Ref |
| tests results from sub processes. |
| testProcessPipes($code, $size) X-Ref |
| tests results from sub processes. |
| testSetStreamAsInput($code, $size) X-Ref |
| testLiveStreamAsInput() X-Ref |
| No description |
| testSetInputWhileRunningThrowsAnException() X-Ref |
| No description |
| testInvalidInput($value) X-Ref |
| provideInvalidInputValues() X-Ref |
| No description |
| testValidInput($expected, $value) X-Ref |
| provideInputValues() X-Ref |
| No description |
| chainedCommandsOutputProvider() X-Ref |
| No description |
| testChainedCommandsOutput($expected, $operator, $input) X-Ref |
| testCallbackIsExecutedForOutput() X-Ref |
| No description |
| testCallbackIsExecutedForOutputWheneverOutputIsDisabled() X-Ref |
| No description |
| testGetErrorOutput() X-Ref |
| No description |
| testFlushErrorOutput() X-Ref |
| No description |
| testIncrementalOutput($getOutput, $getIncrementalOutput, $uri) X-Ref |
| provideIncrementalOutput() X-Ref |
| No description |
| testGetOutput() X-Ref |
| No description |
| testFlushOutput() X-Ref |
| No description |
| testZeroAsOutput() X-Ref |
| No description |
| testExitCodeCommandFailed() X-Ref |
| No description |
| testTTYCommand() X-Ref |
| No description |
| testTTYCommandExitCode() X-Ref |
| No description |
| testTTYInWindowsEnvironment() X-Ref |
| No description |
| testExitCodeTextIsNullWhenExitCodeIsNull() X-Ref |
| No description |
| testPTYCommand() X-Ref |
| No description |
| testMustRun() X-Ref |
| No description |
| testSuccessfulMustRunHasCorrectExitCode() X-Ref |
| No description |
| testMustRunThrowsException() X-Ref |
| No description |
| testExitCodeText() X-Ref |
| No description |
| testStartIsNonBlocking() X-Ref |
| No description |
| testUpdateStatus() X-Ref |
| No description |
| testGetExitCodeIsNullOnStart() X-Ref |
| No description |
| testGetExitCodeIsNullOnWhenStartingAgain() X-Ref |
| No description |
| testGetExitCode() X-Ref |
| No description |
| testStatus() X-Ref |
| No description |
| testStop() X-Ref |
| No description |
| testIsSuccessful() X-Ref |
| No description |
| testIsSuccessfulOnlyAfterTerminated() X-Ref |
| No description |
| testIsNotSuccessful() X-Ref |
| No description |
| testProcessIsNotSignaled() X-Ref |
| No description |
| testProcessWithoutTermSignal() X-Ref |
| No description |
| testProcessIsSignaledIfStopped() X-Ref |
| No description |
| testProcessThrowsExceptionWhenExternallySignaled() X-Ref |
| No description |
| testRestart() X-Ref |
| No description |
| testRunProcessWithTimeout() X-Ref |
| No description |
| testIterateOverProcessWithTimeout() X-Ref |
| No description |
| testCheckTimeoutOnNonStartedProcess() X-Ref |
| No description |
| testCheckTimeoutOnTerminatedProcess() X-Ref |
| No description |
| testCheckTimeoutOnStartedProcess() X-Ref |
| No description |
| testIdleTimeout() X-Ref |
| No description |
| testIdleTimeoutNotExceededWhenOutputIsSent() X-Ref |
| No description |
| testStartAfterATimeout() X-Ref |
| No description |
| testGetPid() X-Ref |
| No description |
| testGetPidIsNullBeforeStart() X-Ref |
| No description |
| testGetPidIsNullAfterRun() X-Ref |
| No description |
| testSignal() X-Ref |
| testExitCodeIsAvailableAfterSignal() X-Ref |
| testSignalProcessNotRunning() X-Ref |
| No description |
| testMethodsThatNeedARunningProcess($method) X-Ref |
| provideMethodsThatNeedARunningProcess() X-Ref |
| No description |
| testMethodsThatNeedATerminatedProcess($method) X-Ref |
| provideMethodsThatNeedATerminatedProcess() X-Ref |
| No description |
| testWrongSignal($signal) X-Ref |
| provideWrongSignal() X-Ref |
| No description |
| testDisableOutputDisablesTheOutput() X-Ref |
| No description |
| testDisableOutputWhileRunningThrowsException() X-Ref |
| No description |
| testEnableOutputWhileRunningThrowsException() X-Ref |
| No description |
| testEnableOrDisableOutputAfterRunDoesNotThrowException() X-Ref |
| No description |
| testDisableOutputWhileIdleTimeoutIsSet() X-Ref |
| No description |
| testSetIdleTimeoutWhileOutputIsDisabled() X-Ref |
| No description |
| testSetNullIdleTimeoutWhileOutputIsDisabled() X-Ref |
| No description |
| testGetOutputWhileDisabled($fetchMethod) X-Ref |
| provideOutputFetchingMethods() X-Ref |
| No description |
| testStopTerminatesProcessCleanly() X-Ref |
| No description |
| testKillSignalTerminatesProcessCleanly() X-Ref |
| No description |
| testTermSignalTerminatesProcessCleanly() X-Ref |
| No description |
| responsesCodeProvider() X-Ref |
| No description |
| pipesCodeProvider() X-Ref |
| No description |
| testIncrementalOutputDoesNotRequireAnotherCall($stream, $method) X-Ref |
| provideVariousIncrementals() X-Ref |
| No description |
| testIteratorInput() X-Ref |
| No description |
| testSimpleInputStream() X-Ref |
| No description |
| testInputStreamWithCallable() X-Ref |
| No description |
| testInputStreamWithGenerator() X-Ref |
| No description |
| testInputStreamOnEmpty() X-Ref |
| No description |
| testIteratorOutput() X-Ref |
| No description |
| testNonBlockingNorClearingIteratorOutput() X-Ref |
| No description |
| testChainedProcesses() X-Ref |
| No description |
| testSetBadEnv() X-Ref |
| No description |
| testEnvBackupDoesNotDeleteExistingVars() X-Ref |
| No description |
| testEnvIsInherited() X-Ref |
| No description |
| testInheritEnvDisabled() X-Ref |
| testGetCommandLine() X-Ref |
| No description |
| testEscapeArgument($arg) X-Ref |
| testEscapeArgumentWhenInheritEnvDisabled($arg) X-Ref |
| testRawCommandLine() X-Ref |
| No description |
| provideEscapeArgument() X-Ref |
| No description |
| testEnvArgument() X-Ref |
| No description |
| testWaitStoppedDeadProcess() X-Ref |
| No description |
| getProcess($commandline, $cwd = null, array $env = null, $input = null, $timeout = 60) X-Ref |
param: string $commandline param: string|null $cwd param: string|null $input param: int $timeout return: Process |
| getProcessForCode($code, $cwd = null, array $env = null, $input = null, $timeout = 60) X-Ref |
return: Process |
| skipIfNotEnhancedSigchild($expectException = true) X-Ref |
| No description |
Class: NonStringifiable - X-Ref
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |