trait InteractsWithDeprecationHandling (View source)

Properties

protected callable|null $originalDeprecationHandler

The original deprecation handler.

Methods

$this
withDeprecationHandling()

Restore deprecation handling.

$this
withoutDeprecationHandling()

Disable deprecation handling for the test.

Details

protected $this withDeprecationHandling()

Restore deprecation handling.

Return Value

$this

protected $this withoutDeprecationHandling()

Disable deprecation handling for the test.

Return Value

$this