File
- drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForTest.php, line 50
Class
- KernelForTest
Namespace
Symfony\Component\HttpKernel\Tests\Fixtures
Code
public function setIsBooted($value) {
$this->booted = (bool) $value;
}