trait Illuminate / Foundation / Testing / Concerns / InteractsWithDeprecationHandling
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

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.