platform/api/laravel/Foundation/Testing/WithoutMiddleware.yaml
2024-09-02 10:44:11 -07:00

19 lines
362 B
YAML

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: []