PHP Class Neos\Flow\Tests\Unit\SignalSlot\DispatcherTest

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$arguments array A variable used in the above two tests.

Public Methods

Method Description
connectAllowsForConnectingASlotWithASignal ( )
connectAlsoAcceptsClosuresActingAsASlot ( )
connectAlsoAcceptsObjectsInPlaceOfTheClassName ( )
connectWithSignalNameStartingWithEmitShouldNotBeAllowed ( )
dispatchPassesArgumentContainingSlotInformationLastIfTheConnectionStatesSo ( )
dispatchPassesTheSignalArgumentsToTheSlotMethod ( )
dispatchPassesTheSignalArgumentsToTheStaticSlotMethod ( )
dispatchPassesTheSignalArgumentsToTheStaticSlotMethodIfNoObjectmanagerIsAvailable ( )
dispatchRetrievesSlotInstanceFromTheObjectManagerIfOnlyAClassNameWasSpecified ( )
dispatchThrowsAnExceptionIfTheSpecifiedClassOfASlotIsUnknown ( )
dispatchThrowsAnExceptionIfTheSpecifiedSlotMethodDoesNotExist ( )
staticSlot ( ) : void A slot used in the above two tests.

Method Details

connectAllowsForConnectingASlotWithASignal() public method

connectAlsoAcceptsClosuresActingAsASlot() public method

connectAlsoAcceptsObjectsInPlaceOfTheClassName() public method

connectWithSignalNameStartingWithEmitShouldNotBeAllowed() public method

dispatchPassesArgumentContainingSlotInformationLastIfTheConnectionStatesSo() public method

dispatchPassesTheSignalArgumentsToTheSlotMethod() public method

dispatchPassesTheSignalArgumentsToTheStaticSlotMethod() public method

dispatchPassesTheSignalArgumentsToTheStaticSlotMethodIfNoObjectmanagerIsAvailable() public method

dispatchRetrievesSlotInstanceFromTheObjectManagerIfOnlyAClassNameWasSpecified() public method

dispatchThrowsAnExceptionIfTheSpecifiedClassOfASlotIsUnknown() public method

dispatchThrowsAnExceptionIfTheSpecifiedSlotMethodDoesNotExist() public method

staticSlot() public static method

A slot used in the above two tests.
public static staticSlot ( ) : void
return void

Property Details

$arguments protected static property

A variable used in the above two tests.
protected static array $arguments
return array