Documentation

VerifyDeprecations

Table of Contents

Properties

$doctrineDeprecationsExpectations  : array<string, int>
$doctrineNoDeprecationsExpectations  : array<string, int>

Methods

enableDeprecationTracking()  : void
expectDeprecationWithIdentifier()  : void
expectNoDeprecationWithIdentifier()  : void
verifyDeprecationsAreTriggered()  : void

Properties

$doctrineDeprecationsExpectations

private array<string, int> $doctrineDeprecationsExpectations = []

$doctrineNoDeprecationsExpectations

private array<string, int> $doctrineNoDeprecationsExpectations = []

Methods

expectDeprecationWithIdentifier()

public expectDeprecationWithIdentifier(string $identifier) : void
Parameters
$identifier : string

expectNoDeprecationWithIdentifier()

public expectNoDeprecationWithIdentifier(string $identifier) : void
Parameters
$identifier : string

verifyDeprecationsAreTriggered()

public verifyDeprecationsAreTriggered() : void
Tags
after
Attributes
#[After]

        
On this page

Search results