You are here

public function KernelSpy::handleCallCount in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/stack/builder/tests/unit/Stack/StackedHttpKernelTest.php \Stack\KernelSpy::handleCallCount()

File

vendor/stack/builder/tests/unit/Stack/StackedHttpKernelTest.php, line 132

Class

KernelSpy

Namespace

Stack

Code

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