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

37 lines
907 B
YAML

name: GithubActionReporterTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: GithubActionReporter
type: class
source: Symfony\Component\Console\CI\GithubActionReporter
- name: BufferedOutput
type: class
source: Symfony\Component\Console\Output\BufferedOutput
properties: []
methods:
- name: testIsGithubActionEnvironment
visibility: public
parameters: []
comment: null
- name: testAnnotationsFormat
visibility: public
parameters:
- name: type
- name: message
- name: file
- name: line
- name: col
- name: expected
comment: '# * @dataProvider annotationsFormatProvider'
- name: annotationsFormatProvider
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Console\CI\GithubActionReporter
- Symfony\Component\Console\Output\BufferedOutput
interfaces: []