PHP Class React\Promise\FunctionAnyTest

Inheritance: extends TestCase
Mostra file Open project: reactphp/promise

Public Methods

Method Description
shouldCancelInputArrayPromises ( )
shouldNotCancelOtherPendingInputArrayPromisesIfOnePromiseFulfills ( )
shouldNotRelyOnArryIndexesWhenUnwrappingToASingleResolutionValue ( )
shouldRejectWithAllRejectedInputValuesIfAllInputsAreRejected ( )
shouldRejectWithLengthExceptionWithEmptyInputArray ( )
shouldResolveWhenFirstInputPromiseResolves ( )
shouldResolveWithAPromisedInputValue ( )
shouldResolveWithAnInputValue ( )

Method Details

shouldCancelInputArrayPromises() public method

shouldNotCancelOtherPendingInputArrayPromisesIfOnePromiseFulfills() public method

shouldNotRelyOnArryIndexesWhenUnwrappingToASingleResolutionValue() public method

shouldRejectWithAllRejectedInputValuesIfAllInputsAreRejected() public method

shouldRejectWithLengthExceptionWithEmptyInputArray() public method

shouldResolveWhenFirstInputPromiseResolves() public method

shouldResolveWithAPromisedInputValue() public method

shouldResolveWithAnInputValue() public method