コード例 #1
0
ファイル: GlobalSignalsTest.php プロジェクト: hirocaster/zf2
 public function testRetrievingAttachedSignalHandlersShouldReturnEmptyArrayWhenSignalDoesNotExist()
 {
     $handles = SignalSlot::getHandlers('test');
     $this->assertTrue(empty($handles));
 }