PHP 클래스 Neos\Flow\Tests\Unit\SignalSlot\DispatcherTest

상속: extends Neos\Flow\Tests\UnitTestCase
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$arguments array A variable used in the above two tests.

공개 메소드들

메소드 설명
connectAllowsForConnectingASlotWithASignal ( )
connectAlsoAcceptsClosuresActingAsASlot ( )
connectAlsoAcceptsObjectsInPlaceOfTheClassName ( )
connectWithSignalNameStartingWithEmitShouldNotBeAllowed ( )
dispatchPassesArgumentContainingSlotInformationLastIfTheConnectionStatesSo ( )
dispatchPassesTheSignalArgumentsToTheSlotMethod ( )
dispatchPassesTheSignalArgumentsToTheStaticSlotMethod ( )
dispatchPassesTheSignalArgumentsToTheStaticSlotMethodIfNoObjectmanagerIsAvailable ( )
dispatchRetrievesSlotInstanceFromTheObjectManagerIfOnlyAClassNameWasSpecified ( )
dispatchThrowsAnExceptionIfTheSpecifiedClassOfASlotIsUnknown ( )
dispatchThrowsAnExceptionIfTheSpecifiedSlotMethodDoesNotExist ( )
staticSlot ( ) : void A slot used in the above two tests.

메소드 상세

connectAllowsForConnectingASlotWithASignal() 공개 메소드

connectAlsoAcceptsClosuresActingAsASlot() 공개 메소드

connectAlsoAcceptsObjectsInPlaceOfTheClassName() 공개 메소드

connectWithSignalNameStartingWithEmitShouldNotBeAllowed() 공개 메소드

dispatchPassesArgumentContainingSlotInformationLastIfTheConnectionStatesSo() 공개 메소드

dispatchPassesTheSignalArgumentsToTheSlotMethod() 공개 메소드

dispatchPassesTheSignalArgumentsToTheStaticSlotMethod() 공개 메소드

dispatchPassesTheSignalArgumentsToTheStaticSlotMethodIfNoObjectmanagerIsAvailable() 공개 메소드

dispatchRetrievesSlotInstanceFromTheObjectManagerIfOnlyAClassNameWasSpecified() 공개 메소드

dispatchThrowsAnExceptionIfTheSpecifiedClassOfASlotIsUnknown() 공개 메소드

dispatchThrowsAnExceptionIfTheSpecifiedSlotMethodDoesNotExist() 공개 메소드

staticSlot() 공개 정적인 메소드

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

프로퍼티 상세

$arguments 보호되어 있는 정적으로 프로퍼티

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