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: []