Overview

Namespaces

  • Evenement
  • None
  • Peridot
    • Console
    • Core
    • Reporter
    • Runner
    • Scope
    • Test
  • Symfony
    • Component
      • Console
        • Command
        • Descriptor
        • Event
        • Exception
        • Formatter
        • Helper
        • Input
        • Logger
        • Output
        • Question
        • Style
        • Tester
        • Tests
          • Command
          • Descriptor
          • Fixtures
          • Formatter
          • Helper
          • Input
          • Logger
          • Output
          • Style
          • Tester

Classes

  • SymfonyStyleTest
  • SymfonyStyleWithForcedLineLength
  • Overview
  • Namespace
  • Class

Class SymfonyStyleWithForcedLineLength

Use this class in tests to force the line length and ensure a consistent output for expectations.

Symfony\Component\Console\Style\OutputStyle implements Symfony\Component\Console\Output\OutputInterface, Symfony\Component\Console\Style\StyleInterface
Extended by Symfony\Component\Console\Style\SymfonyStyle
Extended by Symfony\Component\Console\Tests\Style\SymfonyStyleWithForcedLineLength
Namespace: Symfony\Component\Console\Tests\Style
Located at Tests/Style/SymfonyStyleTest.php
Methods summary
public
# __construct( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Parameters

$input
$output

Overrides

Symfony\Component\Console\Style\SymfonyStyle::__construct()
Methods inherited from Symfony\Component\Console\Style\SymfonyStyle
ask(), askHidden(), askQuestion(), block(), caution(), choice(), comment(), confirm(), createProgressBar(), error(), listing(), newLine(), note(), progressAdvance(), progressFinish(), progressStart(), section(), success(), table(), text(), title(), warning(), write(), writeln()
Methods inherited from Symfony\Component\Console\Style\OutputStyle
getFormatter(), getVerbosity(), isDecorated(), setDecorated(), setFormatter(), setVerbosity()
Constants inherited from Symfony\Component\Console\Style\SymfonyStyle
MAX_LINE_LENGTH
Constants inherited from Symfony\Component\Console\Output\OutputInterface
OUTPUT_NORMAL, OUTPUT_PLAIN, OUTPUT_RAW, VERBOSITY_DEBUG, VERBOSITY_NORMAL, VERBOSITY_QUIET, VERBOSITY_VERBOSE, VERBOSITY_VERY_VERBOSE
Peridot API documentation generated by ApiGen