public function TestMultipleHttpKernel::hasBeenCalled in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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
Namespace
Symfony\Component\HttpKernel\Tests\HttpCacheCode
public function hasBeenCalled() {
return $this->called;
}