platform/api/symfony/Component/Mime/Tests/CharacterStreamTest.yaml

40 lines
918 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: CharacterStreamTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: CharacterStream
type: class
source: Symfony\Component\Mime\CharacterStream
properties: []
methods:
- name: testReadCharactersAreInTact
visibility: public
parameters: []
comment: null
- name: testCharactersCanBeReadAsByteArrays
visibility: public
parameters: []
comment: null
- name: testRequestingLargeCharCountPastEndOfStream
visibility: public
parameters: []
comment: null
- name: testRequestingByteArrayCountPastEndOfStream
visibility: public
parameters: []
comment: null
- name: testPointerOffsetCanBeSet
visibility: public
parameters: []
comment: null
- name: testAlgorithmWithFixedWidthCharsets
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Mime\CharacterStream
interfaces: []