35 lines
802 B
YAML
35 lines
802 B
YAML
name: Base64EncoderTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: Base64Encoder
|
|
type: class
|
|
source: Symfony\Component\Mime\Encoder\Base64Encoder
|
|
properties: []
|
|
methods:
|
|
- name: testInputOutputRatioIs3to4Bytes
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testPadLength
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testMaximumLineLengthIs76Characters
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testMaximumLineLengthCanBeSpecified
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testFirstLineLengthCanBeDifferent
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\Mime\Encoder\Base64Encoder
|
|
interfaces: []
|