Bootstrap
Attribute to specify whether Quiote should be bootstrapped in isolation tests
Synopsis
Section titled “Synopsis”class Bootstrap
| Since | 1.0.0 |
| Source | Testing/Attributes/Bootstrap.php |
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
$bootstrap | bool | readonly. |
Constructor
Section titled “Constructor”__construct()
Section titled “__construct()”public function __construct(bool $bootstrap = true): mixed
| Parameter | Type | Description |
|---|---|---|
$bootstrap | bool |
Returns mixed