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 InputTest

PHPUnit_Framework_TestCase
Extended by Symfony\Component\Console\Tests\Input\InputTest
Namespace: Symfony\Component\Console\Tests\Input
Located at Tests/Input/InputTest.php
Methods summary
public
# testConstructor( )
public
# testOptions( )
public
# testSetInvalidOption( )

Expectedexception

\InvalidArgumentException

Expectedexceptionmessage

The "foo" option does not exist.
public
# testGetInvalidOption( )

Expectedexception

\InvalidArgumentException

Expectedexceptionmessage

The "foo" option does not exist.
public
# testArguments( )
public
# testSetInvalidArgument( )

Expectedexception

\InvalidArgumentException

Expectedexceptionmessage

The "foo" argument does not exist.
public
# testGetInvalidArgument( )

Expectedexception

\InvalidArgumentException

Expectedexceptionmessage

The "foo" argument does not exist.
public
# testValidateWithMissingArguments( )

Expectedexception

\RuntimeException

Expectedexceptionmessage

Not enough arguments (missing: "name").
public
# testValidateWithMissingRequiredArguments( )

Expectedexception

\RuntimeException

Expectedexceptionmessage

Not enough arguments (missing: "name").
public
# testValidate( )
public
# testSetGetInteractive( )
Peridot API documentation generated by ApiGen