File
- drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTestCase.php, line 69
Class
- HttpCacheTestCase
Namespace
Symfony\Component\HttpKernel\Tests\HttpCache
Code
public function assertHttpKernelIsCalled() {
$this
->assertTrue($this->kernel
->hasBeenCalled());
}