| LOW | tests/DebugbarTest.php | 40 | public function testItInjectsOnEmptyResponse() |
| LOW | tests/DebugbarTest.php | 49 | public function testItInjectsOnNullyResponse() |
| LOW | tests/DebugbarTest.php | 76 | public function testItDoesntInjectOnJsonLookingString() |
| LOW | tests/DebugbarTest.php | 85 | public function testItDoesntInjectsOnHxRequestWithHxTarget() |
| LOW | tests/DebugbarTest.php | 97 | public function testItInjectsOnHxRequestWithoutHxTarget() |
| LOW | tests/CanBeEnabledTest.php | 11 | public function testCanBeEnabledInLocalDebugMode() |
| LOW | tests/CanBeEnabledTest.php | 17 | public function testCannotBeEnabledInProduction() |
| LOW | tests/CanBeEnabledTest.php | 24 | public function testCannotBeEnabledInTestingEnvironment() |
| LOW | tests/CanBeEnabledTest.php | 31 | public function testCannotBeEnabledWithDebugModeOff() |
| LOW | tests/CanBeEnabledTest.php | 38 | public function testForceAllowEnableOverridesProductionCheck() |
| LOW | tests/CanBeEnabledTest.php | 46 | public function testForceAllowEnableOverridesTestingCheck() |
| LOW | tests/CanBeEnabledTest.php | 54 | public function testForceAllowEnableOverridesDebugModeOff() |
| LOW | tests/CanBeEnabledTest.php | 62 | public function testForceAllowEnableDefaultsToFalse() |
| LOW | tests/LivewireBrowserTest.php | 63 | public function testLivewireCollectsComponents() |
| LOW | tests/DebugbarBrowserTest.php | 165 | public function testItCapturesAjaxRequests() |
| LOW | tests/DebugbarBrowserTest.php | 177 | public function testDatabaseTabIsClickable() |
| LOW | tests/DebugbarBrowserTest.php | 189 | public function testDatabaseCollectsQueries() |
| LOW | tests/DebugbarBrowserTest.php | 212 | public function testDatabaseCollectsQueriesWithCustomPrototype() |
| LOW | tests/DebugbarBrowserTest.php | 239 | public function testDatabaseCollectsQueriesWithSoftLimit() |
| LOW | tests/DebugbarBrowserTest.php | 255 | public function testDatabaseCollectsQueriesWithHardLimit() |
| LOW | tests/ErrorHandlerTest.php | 39 | public function testErrorHandlerRespectsCustomErrorLevel() |
| LOW | tests/DataCollector/RouteCollectorTest.php | 43 | public function testItCollectsWithControllerHandler($controller, $file, $url) |
| LOW | tests/DataCollector/RouteCollectorTest.php | 61 | public function testItCollectsWithViewComponentHandler($controller, $file, $url) |
| LOW | tests/DataCollector/RouteCollectorTest.php | 76 | public function testItCollectsWithClosureHandler($file) |
| LOW | …ts/DataCollector/QueryCollectorRuntimeDatabaseTest.php | 19 | public function testCollectsQueriesFromRuntimeConnections() |
| LOW | …ts/DataCollector/QueryCollectorRuntimeDatabaseTest.php | 53 | public function testCollectsQueriesFromRuntimeConnectionsWithoutConnectUsing() |
| LOW | tests/DataCollector/LivewireCollectorTest.php | 29 | public function testItCollectsLivewireComponents() |
| LOW | tests/DataCollector/LivewireCollectorTest.php | 55 | public function testItCollectsAnonymousLivewireComponents() |
| LOW | tests/DataCollector/ModelsCollectorTest.php | 17 | public function testItCollectsRetrievedModels() |
| LOW | tests/DataCollector/MailCollectorTest.php | 34 | public function testItCollectsMultipleMails(): void |
| LOW | tests/DataCollector/MailCollectorTest.php | 59 | public function testItAddsMailsToTimelineCollector(): void |
| LOW | tests/DataCollector/MailCollectorTest.php | 84 | public function testItDoesNotAddToTimelineWhenDisabled(): void |
| LOW | tests/DataCollector/MailCollectorTest.php | 125 | public function testItHidesMailBodyWhenDisabled(): void |
| LOW | tests/DataCollector/PennantCollectorTest.php | 48 | public function testItCollectsPennantValues() |
| LOW | tests/DataCollector/HttpClientCollectorTest.php | 19 | public function testItCollectsResponseReceivedEvents() |
| LOW | tests/DataCollector/HttpClientCollectorTest.php | 42 | public function testItCollectsConnectionFailedEvents() |
| LOW | tests/DataCollector/HttpClientCollectorTest.php | 69 | public function testItMasksAuthorizationHeader() |
| LOW | tests/DataCollector/HttpClientCollectorTest.php | 94 | public function testItCollectsMultipleEvents() |
| LOW | tests/DataCollector/QueryCollectorTest.php | 16 | public function testItReplacesQuestionMarksBindingsCorrectly() |
| LOW | tests/DataCollector/QueryCollectorTest.php | 43 | public function testDollarBindingsArePresentedCorrectly() |
| LOW | tests/DataCollector/QueryCollectorTest.php | 64 | public function testResultModeForSelectQuery(): void |
| LOW | tests/DataCollector/QueryCollectorTest.php | 84 | public function testResultModeForWithQuery(): void |
| LOW | tests/DataCollector/QueryCollectorTest.php | 104 | public function testResultModeExcludedForNonSelectQuery(): void |
| LOW | tests/DataCollector/QueryCollectorTest.php | 123 | public function testResultModeExcludedWhenDisabled(): void |
| LOW | tests/DataCollector/QueryCollectorTest.php | 142 | public function testExplainModeExcludedForSqlite(): void |
| LOW | tests/DataCollector/QueryCollectorTest.php | 161 | public function testExplainModeExcludedWhenBindingsNull(): void |
| LOW | tests/DataCollector/QueryCollectorTest.php | 181 | public function testExplainModeExcludedForNonSelectQuery(): void |
| LOW | tests/DataCollector/QueryCollectorTest.php | 200 | public function testFindingCorrectPathForView() |
| LOW | tests/DataCollector/ViewCollectorTest.php | 15 | public function testIdeLinksAreAbsolutePaths() |
| LOW | tests/DataCollector/JobsCollectorTest.php | 29 | public function testItCollectsDispatchedJobs() |
| LOW | tests/DataCollector/CacheCollectorTest.php | 19 | public function testItCollectsCacheEvents(): void |
| LOW | tests/DataCollector/CacheCollectorTest.php | 35 | public function testItGeneratesDeleteUrlForCacheHit(string $key): void |
| LOW | tests/DataCollector/CacheCollectorTest.php | 53 | public function testItGeneratesDeleteUrlForKeyWritten(string $key): void |
| LOW | tests/DataCollector/CacheCollectorTest.php | 70 | public function testItCalculatesMemoryUsageForKeyWritten(mixed $value, int $expectedSize): void |
| LOW | tests/DataCollector/CacheCollectorTest.php | 86 | public function testItCalculatesMemoryUsageForCacheHit(mixed $value, int $expectedSize): void |
| LOW | tests/DataCollector/CacheCollectorTest.php | 101 | public function testItHandlesClosureValueGracefully(): void |
| LOW | tests/DataCollector/CacheCollectorTest.php | 120 | public function testItHandlesClosureValueInCacheHitGracefully(): void |
| LOW | tests/DataCollector/CacheCollectorTest.php | 139 | public function testCacheMissHasNoMemoryUsage(): void |
| LOW | tests/DataCollector/CacheCollectorTest.php | 155 | public function testItCollectsRememberMissPattern(): void |
| LOW | tests/DataCollector/CacheCollectorTest.php | 179 | public function testItCollectsRememberHitPattern(): void |
| 83 more matches not shown… |