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