name: SignalRegistryTest
class_comment: '# * @requires extension pcntl'
dependencies:
- name: TestCase
  type: class
  source: PHPUnit\Framework\TestCase
- name: SignalRegistry
  type: class
  source: Symfony\Component\Console\SignalRegistry\SignalRegistry
properties: []
methods:
- name: tearDown
  visibility: protected
  parameters: []
  comment: null
- name: testOneCallbackForASignalSignalIsHandled
  visibility: public
  parameters: []
  comment: null
- name: testTwoCallbacksForASignalBothCallbacksAreCalled
  visibility: public
  parameters: []
  comment: null
- name: testTwoSignalsSignalsAreHandled
  visibility: public
  parameters: []
  comment: null
- name: testTwoCallbacksForASignalPreviousAndRegisteredCallbacksWereCalled
  visibility: public
  parameters: []
  comment: null
- name: testTwoCallbacksForASignalPreviousCallbackFromAnotherRegistry
  visibility: public
  parameters: []
  comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Console\SignalRegistry\SignalRegistry
interfaces: []