118 lines
3 KiB
YAML
118 lines
3 KiB
YAML
|
name: TranslatorTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: ExpressionErrorException
|
||
|
type: class
|
||
|
source: Symfony\Component\CssSelector\Exception\ExpressionErrorException
|
||
|
- name: ElementNode
|
||
|
type: class
|
||
|
source: Symfony\Component\CssSelector\Node\ElementNode
|
||
|
- name: FunctionNode
|
||
|
type: class
|
||
|
source: Symfony\Component\CssSelector\Node\FunctionNode
|
||
|
- name: Parser
|
||
|
type: class
|
||
|
source: Symfony\Component\CssSelector\Parser\Parser
|
||
|
- name: HtmlExtension
|
||
|
type: class
|
||
|
source: Symfony\Component\CssSelector\XPath\Extension\HtmlExtension
|
||
|
- name: Translator
|
||
|
type: class
|
||
|
source: Symfony\Component\CssSelector\XPath\Translator
|
||
|
- name: XPathExpr
|
||
|
type: class
|
||
|
source: Symfony\Component\CssSelector\XPath\XPathExpr
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testXpathLiteral
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: value
|
||
|
- name: literal
|
||
|
comment: '# @dataProvider getXpathLiteralTestData'
|
||
|
- name: testCssToXPath
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: css
|
||
|
- name: xpath
|
||
|
comment: '# @dataProvider getCssToXPathTestData'
|
||
|
- name: testCssToXPathPseudoElement
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testGetExtensionNotExistsExtension
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testAddCombinationNotExistsExtension
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testAddFunctionNotExistsFunction
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testAddPseudoClassNotExistsClass
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testAddAttributeMatchingClassNotExistsClass
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testXmlLang
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: css
|
||
|
- name: elementsId
|
||
|
comment: '# @dataProvider getXmlLangTestData'
|
||
|
- name: testHtmlIds
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: css
|
||
|
- name: elementsId
|
||
|
comment: '# @dataProvider getHtmlIdsTestData'
|
||
|
- name: testHtmlShakespear
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: css
|
||
|
- name: count
|
||
|
comment: '# @dataProvider getHtmlShakespearTestData'
|
||
|
- name: testOnlyOfTypeFindsSingleChildrenOfGivenType
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getXpathLiteralTestData
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getCssToXPathTestData
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getXmlLangTestData
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getHtmlIdsTestData
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getHtmlShakespearTestData
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\CssSelector\Exception\ExpressionErrorException
|
||
|
- Symfony\Component\CssSelector\Node\ElementNode
|
||
|
- Symfony\Component\CssSelector\Node\FunctionNode
|
||
|
- Symfony\Component\CssSelector\Parser\Parser
|
||
|
- Symfony\Component\CssSelector\XPath\Extension\HtmlExtension
|
||
|
- Symfony\Component\CssSelector\XPath\Translator
|
||
|
- Symfony\Component\CssSelector\XPath\XPathExpr
|
||
|
interfaces: []
|