-
Notifications
You must be signed in to change notification settings - Fork 38
Config presenter
Bart van Hoekelen edited this page Mar 1, 2018
·
2 revisions
Force to use specified presenter (web er console).
// Add namespace at the top
use Performance\Config;
// Set config
Config::setPresenter('console');Config::setPresenter($type);| Item | Type | Accept | Default | Required |
|---|---|---|---|---|
| $type | string |
'console' or 'web'
|
auto |
yes |
Note: pay attention on the point label name.


Use the browser web console to view the test results completely.


Return to wiki home page