trait Illuminate / Foundation / Testing / Concerns / InteractsWithDeprecationHandling
You are viewing an older version of the documentation. For the latest, please visit master documentation.

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.