File manager - Edit - /home/autoph/public_html/projects/vendor/laravel/framework/src/Illuminate/Foundation/Testing/WithoutMiddleware.php
Back
<?php namespace Illuminate\Foundation\Testing; use Exception; trait WithoutMiddleware { /** * Prevent all middleware from being executed for this test class. * * @throws \Exception */ public function disableMiddlewareForAllTests() { if (method_exists($this, 'withoutMiddleware')) { $this->withoutMiddleware(); } else { throw new Exception('Unable to disable middleware. MakesHttpRequests trait not used.'); } } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings