name: PathRequestMatcherTest
class_comment: null
dependencies:
- name: TestCase
  type: class
  source: PHPUnit\Framework\TestCase
- name: Request
  type: class
  source: Symfony\Component\HttpFoundation\Request
- name: PathRequestMatcher
  type: class
  source: Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher
properties: []
methods:
- name: test
  visibility: public
  parameters:
  - name: regexp
  - name: expected
  comment: '# * @dataProvider getData'
- name: getData
  visibility: public
  parameters: []
  comment: null
- name: testWithLocaleIsNotSupported
  visibility: public
  parameters: []
  comment: null
- name: testWithEncodedCharacters
  visibility: public
  parameters: []
  comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\HttpFoundation\Request
- Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher
interfaces: []