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