api/laravel/Foundation/Testing/WithoutMiddleware.yaml

20 lines
362 B
YAML
Raw Permalink Normal View History

2024-09-26 09:03:21 +00:00
name: WithoutMiddleware
class_comment: null
dependencies:
- name: Exception
type: class
source: Exception
properties: []
methods:
- name: disableMiddlewareForAllTests
visibility: public
parameters: []
comment: '# * Prevent all middleware from being executed for this test class.
# *
# * @throws \Exception'
traits:
- Exception
interfaces: []