trait Illuminate / Foundation / Testing / Concerns / InteractsWithDeprecationHandling

InteractsWithDeprecationHandling

Properties

protected

$originalDeprecationHandler callable|null

The original deprecation handler.

Default: null

Methods

protected

withDeprecationHandling ( ) : $this

Restore deprecation handling.

protected

withoutDeprecationHandling ( ) : $this

Disable deprecation handling for the test.