platform/api/symfony/Component/CssSelector/Tests/CssSelectorConverterTest.yaml
2024-09-02 10:44:11 -07:00

41 lines
1 KiB
YAML

name: CssSelectorConverterTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: CssSelectorConverter
type: class
source: Symfony\Component\CssSelector\CssSelectorConverter
- name: ParseException
type: class
source: Symfony\Component\CssSelector\Exception\ParseException
properties: []
methods:
- name: testCssToXPath
visibility: public
parameters: []
comment: null
- name: testCssToXPathXml
visibility: public
parameters: []
comment: null
- name: testParseExceptions
visibility: public
parameters: []
comment: null
- name: testCssToXPathWithoutPrefix
visibility: public
parameters:
- name: css
- name: xpath
comment: '# @dataProvider getCssToXPathWithoutPrefixTestData'
- name: getCssToXPathWithoutPrefixTestData
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\CssSelector\CssSelectorConverter
- Symfony\Component\CssSelector\Exception\ParseException
interfaces: []