| Total Complexity | 5 |
| Total Lines | 57 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 11 | trait KernelBrowserTests |
||
| 12 | { |
||
| 13 | use BrowserKitBrowserTests, HasKernelBrowser; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @test |
||
| 17 | */ |
||
| 18 | public function can_enable_exception_throwing(): void |
||
| 26 | ; |
||
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @test |
||
| 31 | */ |
||
| 32 | public function can_re_enable_catching_exceptions(): void |
||
| 49 | } |
||
| 50 | |||
| 51 | /** |
||
| 52 | * @test |
||
| 53 | */ |
||
| 54 | public function can_enable_the_profiler(): void |
||
| 63 | } |
||
| 64 | |||
| 65 | protected static function browserClass(): string |
||
| 70 |