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

  • ArgvInputTest
  • ArrayInputTest
  • InputArgumentTest
  • InputDefinitionTest
  • InputOptionTest
  • InputTest
  • StringInputTest
  • Overview
  • Namespace
  • Class

Class ArgvInputTest

PHPUnit_Framework_TestCase
Extended by Symfony\Component\Console\Tests\Input\ArgvInputTest
Namespace: Symfony\Component\Console\Tests\Input
Located at Tests/Input/ArgvInputTest.php
Methods summary
public
# testConstructor( )
public
# testParseArguments( )
public
# testParseOptions( $input, $options, $expectedOptions, $message )

Dataprovider

provideOptions
public
# provideOptions( )
public
# testInvalidInput( $argv, $definition, $expectedExceptionMessage )

Dataprovider

provideInvalidInput
public
# provideInvalidInput( )
public
# testParseArrayArgument( )
public
# testParseArrayOption( )
public
# testParseNegativeNumberAfterDoubleDash( )
public
# testParseEmptyStringArgument( )
public
# testGetFirstArgument( )
public
# testHasParameterOption( )
public
# testToString( )
public
# testGetParameterOptionEqualSign( $argv, $key, $expected )

Dataprovider

provideGetParameterOptionValues
public
# provideGetParameterOptionValues( )
public
# testParseSingleDashAsArgument( )
public
# testParseOptionWithValueOptionalGivenEmptyAndRequiredArgument( )
public
# testParseOptionWithValueOptionalGivenEmptyAndOptionalArgument( )
Peridot API documentation generated by ApiGen