50 lines
972 B
YAML
50 lines
972 B
YAML
|
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: []
|