api/symfony/Component/Console/Tests/Helper/FormatterHelperTest.yaml

52 lines
1.2 KiB
YAML
Raw Permalink Normal View History

2024-09-26 09:03:21 +00:00
name: FormatterHelperTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: FormatterHelper
type: class
source: Symfony\Component\Console\Helper\FormatterHelper
properties: []
methods:
- name: testFormatSection
visibility: public
parameters: []
comment: null
- name: testFormatBlock
visibility: public
parameters: []
comment: null
- name: testFormatBlockWithDiacriticLetters
visibility: public
parameters: []
comment: null
- name: testFormatBlockWithDoubleWidthDiacriticLetters
visibility: public
parameters: []
comment: null
- name: testFormatBlockLGEscaping
visibility: public
parameters: []
comment: null
- name: testTruncatingWithShorterLengthThanMessageWithSuffix
visibility: public
parameters: []
comment: null
- name: testTruncatingMessageWithCustomSuffix
visibility: public
parameters: []
comment: null
- name: testTruncatingWithLongerLengthThanMessageWithSuffix
visibility: public
parameters: []
comment: null
- name: testTruncatingWithNegativeLength
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Console\Helper\FormatterHelper
interfaces: []