You are here

public function KernelForTest::isBooted in Zircon Profile 8

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

File

vendor/symfony/http-kernel/Tests/Fixtures/KernelForTest.php, line 33

Class

KernelForTest

Namespace

Symfony\Component\HttpKernel\Tests\Fixtures

Code

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