platform/api/symfony/Component/CssSelector/Tests/Parser/ReaderTest.yaml

50 lines
972 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: ReaderTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: Reader
type: class
source: Symfony\Component\CssSelector\Parser\Reader
properties: []
methods:
- name: testIsEOF
visibility: public
parameters: []
comment: null
- name: testGetRemainingLength
visibility: public
parameters: []
comment: null
- name: testGetSubstring
visibility: public
parameters: []
comment: null
- name: testGetOffset
visibility: public
parameters: []
comment: null
- name: testFindPattern
visibility: public
parameters: []
comment: null
- name: testMoveForward
visibility: public
parameters: []
comment: null
- name: testToEnd
visibility: public
parameters: []
comment: null
- name: assignPosition
visibility: private
parameters:
- name: reader
- name: value
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\CssSelector\Parser\Reader
interfaces: []