You are here

public function NewRequest::getFoo in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/http-foundation/Tests/RequestTest.php \Symfony\Component\HttpFoundation\Tests\NewRequest::getFoo()

File

vendor/symfony/http-foundation/Tests/RequestTest.php, line 1886

Class

NewRequest

Namespace

Symfony\Component\HttpFoundation\Tests

Code

public function getFoo() {
  return 'foo';
}