You are here

public function TestMultipleHttpKernel::hasBeenCalled in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Tests/HttpCache/TestMultipleHttpKernel.php \Symfony\Component\HttpKernel\Tests\HttpCache\TestMultipleHttpKernel::hasBeenCalled()

File

vendor/symfony/http-kernel/Tests/HttpCache/TestMultipleHttpKernel.php, line 71

Class

TestMultipleHttpKernel

Namespace

Symfony\Component\HttpKernel\Tests\HttpCache

Code

public function hasBeenCalled() {
  return $this->called;
}