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

42 lines
924 B
YAML

name: SpecificityTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: Specificity
type: class
source: Symfony\Component\CssSelector\Node\Specificity
properties: []
methods:
- name: testValue
visibility: public
parameters:
- name: specificity
- name: value
comment: '# @dataProvider getValueTestData'
- name: testPlusValue
visibility: public
parameters:
- name: specificity
- name: value
comment: '# @dataProvider getValueTestData'
- name: getValueTestData
visibility: public
parameters: []
comment: null
- name: testCompareTo
visibility: public
parameters:
- name: a
- name: b
- name: result
comment: '# @dataProvider getCompareTestData'
- name: getCompareTestData
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\CssSelector\Node\Specificity
interfaces: []