SYMBOL INDEX (36 symbols across 7 files) FILE: src/DbProfilerDumper.php class DbProfilerDumper (line 5) | class DbProfilerDumper method dump (line 10) | public function dump(string $query): void FILE: src/DbProfilerServiceProvider.php class DbProfilerServiceProvider (line 11) | class DbProfilerServiceProvider extends ServiceProvider method register (line 21) | public function register(): void method boot (line 31) | public function boot(): void method isEnabled (line 48) | private function isEnabled(): bool method applyQueryBindings (line 62) | private function applyQueryBindings(string $sql, array $bindings): string FILE: tests/ConsoleProfilingTest.php class ConsoleProfilingTest (line 7) | class ConsoleProfilingTest extends TestCase method runningInConsole (line 12) | protected function runningInConsole(): bool method withVvv (line 20) | protected function withVvv(): self method it_is_disabled_if_environment_is_not_local (line 27) | #[Test] method it_is_disabled_if_environment_is_local_but_there_is_no_vvv_option (line 35) | #[Test] method it_is_enabled_if_environment_is_local_and_there_is_vvv_option (line 43) | #[Test] method it_is_enabled_if_environment_is_not_local_but_there_is_a_force_flag_in_config (line 52) | #[Test] FILE: tests/HttpProfilingTest.php class HttpProfilingTest (line 8) | class HttpProfilingTest extends TestCase method runningInConsole (line 13) | protected function runningInConsole(): bool method withVvv (line 21) | protected function withVvv(): self method it_is_disabled_if_environment_is_not_local (line 28) | #[Test] method it_is_disabled_if_environment_is_local_but_there_is_no_vvv_request_param (line 36) | #[Test] method it_is_enabled_if_environment_is_local_and_there_is_vvv_request_param (line 44) | #[Test] FILE: tests/TestCase.php class TestCase (line 15) | abstract class TestCase extends \Orchestra\Testbench\TestCase method setUp (line 27) | protected function setUp(): void method setUpDatabase (line 37) | private function setUpDatabase(): void method local (line 51) | protected function local(): self method notLocal (line 61) | protected function notLocal(): self method runningInConsole (line 71) | abstract protected function runningInConsole(): bool; method withVvv (line 76) | abstract protected function withVvv(): self; method boot (line 81) | protected function boot(): void method assertDbProfilerActivated (line 96) | protected function assertDbProfilerActivated(): void method assertDbProfilerNotActivated (line 106) | protected function assertDbProfilerNotActivated(): void method assertDbQueriesDumped (line 116) | protected function assertDbQueriesDumped(): void method prepareQueryPattern (line 168) | private function prepareQueryPattern(string $query): string method tearDown (line 178) | protected function tearDown(): void FILE: tests/fixture/app/Post.php class Post (line 7) | class Post extends Model FILE: tests/fixture/database/migrations/2016_11_01_131415_create_posts_table.php method up (line 12) | public function up(): void method down (line 26) | public function down(): void