name: HeaderRequestMatcherTest class_comment: null dependencies: - name: TestCase type: class source: PHPUnit\Framework\TestCase - name: Request type: class source: Symfony\Component\HttpFoundation\Request - name: HeaderRequestMatcher type: class source: Symfony\Component\HttpFoundation\RequestMatcher\HeaderRequestMatcher properties: [] methods: - name: testArray visibility: public parameters: - name: headers - name: matches comment: '# * @dataProvider getDataForArray' - name: testCommaSeparatedString visibility: public parameters: - name: headers - name: matches comment: '# * @dataProvider getDataForArray' - name: testSingleString visibility: public parameters: - name: headers - name: matches comment: '# * @dataProvider getDataForSingleString' - name: getDataForArray visibility: public parameters: [] comment: null - name: getDataForSingleString visibility: public parameters: [] comment: null traits: - PHPUnit\Framework\TestCase - Symfony\Component\HttpFoundation\Request - Symfony\Component\HttpFoundation\RequestMatcher\HeaderRequestMatcher interfaces: []