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

  • FormatterHelperTest
  • HelperSetTest
  • HelperTest
  • LegacyDialogHelperTest
  • LegacyProgressHelperTest
  • LegacyTableHelperTest
  • ProcessHelperTest
  • ProgressBarTest
  • ProgressIndicatorTest
  • QuestionHelperTest
  • SymfonyQuestionHelperTest
  • TableStyleTest
  • TableTest
  • Overview
  • Namespace
  • Class

Class ProgressIndicatorTest

PHPUnit_Framework_TestCase
Extended by Symfony\Component\Console\Tests\Helper\ProgressIndicatorTest
Namespace: Symfony\Component\Console\Tests\Helper
Group: time-sensitive
Located at Tests/Helper/ProgressIndicatorTest.php
Methods summary
public
# testDefaultIndicator( )
public
# testNonDecoratedOutput( )
public
# testCustomIndicatorValues( )
public
# testCannotSetInvalidIndicatorCharacters( )

Expectedexception

\InvalidArgumentException

Expectedexceptionmessage

Must have at least 2 indicator value characters.
public
# testCannotStartAlreadyStartedIndicator( )

Expectedexception

\LogicException

Expectedexceptionmessage

Progress indicator already started.
public
# testCannotAdvanceUnstartedIndicator( )

Expectedexception

\LogicException

Expectedexceptionmessage

Progress indicator has not yet been started.
public
# testCannotFinishUnstartedIndicator( )

Expectedexception

\LogicException

Expectedexceptionmessage

Progress indicator has not yet been started.
public
# testFormats( $format )

Dataprovider

provideFormat
public array
# provideFormat( )

Provides each defined format.

Provides each defined format.

Returns

array
protected
# getOutputStream( $decorated = true, $verbosity = Symfony\Component\Console\Tests\Helper\StreamOutput::VERBOSITY_NORMAL )
protected
# generateOutput( $expected )
Peridot API documentation generated by ApiGen