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

32 lines
796 B
YAML

name: InteractsWithDeprecationHandling
class_comment: null
dependencies:
- name: ErrorException
type: class
source: ErrorException
properties:
- name: originalDeprecationHandler
visibility: protected
comment: '# * The original deprecation handler.
# *
# * @var callable|null'
methods:
- name: withDeprecationHandling
visibility: protected
parameters: []
comment: "# * The original deprecation handler.\n# *\n# * @var callable|null\n#\
\ */\n# protected $originalDeprecationHandler;\n# \n# /**\n# * Restore deprecation\
\ handling.\n# *\n# * @return $this"
- name: withoutDeprecationHandling
visibility: protected
parameters: []
comment: '# * Disable deprecation handling for the test.
# *
# * @return $this'
traits:
- ErrorException
interfaces: []