mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-17 05:18:32 +01:00
9 lines
188 B
PHP
9 lines
188 B
PHP
<?php
|
|
|
|
include '../tests/bootstrap.php';
|
|
|
|
use DebugBar\StandardDebugBar;
|
|
|
|
$debugbar = new StandardDebugBar();
|
|
$debugbarRenderer = $debugbar->getJavascriptRenderer()->setBaseUrl('../web');
|