platform/api/laravel/Foundation/Testing/Concerns/InteractsWithDeprecationHandling.yaml

33 lines
796 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []