You are here

public function CommandTesterTest::testGetInput in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/console/Tests/Tester/CommandTesterTest.php \Symfony\Component\Console\Tests\Tester\CommandTesterTest::testGetInput()

File

vendor/symfony/console/Tests/Tester/CommandTesterTest.php, line 48

Class

CommandTesterTest

Namespace

Symfony\Component\Console\Tests\Tester

Code

public function testGetInput() {
  $this
    ->assertEquals('bar', $this->tester
    ->getInput()
    ->getArgument('foo'), '->getInput() returns the current input instance');
}