platform/api/symfony/Component/Console/Tests/SignalRegistry/SignalRegistryTest.yaml
2024-09-02 10:44:11 -07:00

39 lines
1 KiB
YAML

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: []