33 lines
796 B
YAML
33 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: []
|