platform/api/symfony/Component/Console/Tests/SignalRegistry/SignalMapTest.yaml

34 lines
679 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: SignalMapTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: SignalMap
type: class
source: Symfony\Component\Console\SignalRegistry\SignalMap
properties: []
methods:
- name: testSignalExists
visibility: public
parameters:
- name: signal
- name: expected
comment: '# * @requires extension pcntl
# *
# * @testWith [2, "SIGINT"]
# * [9, "SIGKILL"]
# * [15, "SIGTERM"]'
- name: testSignalDoesNotExist
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Console\SignalRegistry\SignalMap
interfaces: []