示例#1
0
 public function testRetrievingAttachedSignalHandlersShouldReturnEmptyArrayWhenSignalDoesNotExist()
 {
     $handles = SignalSlot::getHandlers('test');
     $this->assertTrue(empty($handles));
 }