You are here

public function TerminableKernelSpy::terminateCallCount in Zircon Profile 8

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

File

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

Class

TerminableKernelSpy

Namespace

Stack

Code

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