name: ExpressionRequestMatcherTest
class_comment: null
dependencies:
- name: TestCase
  type: class
  source: PHPUnit\Framework\TestCase
- name: ExpressionLanguage
  type: class
  source: Symfony\Component\ExpressionLanguage\ExpressionLanguage
- name: Request
  type: class
  source: Symfony\Component\HttpFoundation\Request
- name: ExpressionRequestMatcher
  type: class
  source: Symfony\Component\HttpFoundation\RequestMatcher\ExpressionRequestMatcher
properties: []
methods:
- name: testMatchesWhenParentMatchesIsTrue
  visibility: public
  parameters:
  - name: expression
  - name: expected
  comment: '# * @dataProvider provideExpressions'
- name: provideExpressions
  visibility: public
  parameters: []
  comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\ExpressionLanguage\ExpressionLanguage
- Symfony\Component\HttpFoundation\Request
- Symfony\Component\HttpFoundation\RequestMatcher\ExpressionRequestMatcher
interfaces: []