You are here

public function TestHttpKernel::hasBeenCalled in Zircon Profile 8

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

File

vendor/symfony/http-kernel/Tests/HttpCache/TestHttpKernel.php, line 82

Class

TestHttpKernel

Namespace

Symfony\Component\HttpKernel\Tests\HttpCache

Code

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