name: MethodRequestMatcherTest
class_comment: null
dependencies:
- name: TestCase
  type: class
  source: PHPUnit\Framework\TestCase
- name: Request
  type: class
  source: Symfony\Component\HttpFoundation\Request
- name: MethodRequestMatcher
  type: class
  source: Symfony\Component\HttpFoundation\RequestMatcher\MethodRequestMatcher
properties: []
methods:
- name: test
  visibility: public
  parameters:
  - name: requestMethod
  - name: matcherMethod
  - name: isMatch
  comment: '# * @dataProvider getData'
- name: testAlwaysMatchesOnEmptyMethod
  visibility: public
  parameters: []
  comment: null
- name: getData
  visibility: public
  parameters: []
  comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\HttpFoundation\Request
- Symfony\Component\HttpFoundation\RequestMatcher\MethodRequestMatcher
interfaces: []