Documentation

PolyfillTestCaseTrait

This trait is @internal.

Table of Contents

Methods

expectError()  : void
expectErrorMessage()  : void
expectErrorMessageMatches()  : void
expectExceptionMessageMatches()  : void
expectNotice()  : void
expectNoticeMessage()  : void
expectNoticeMessageMatches()  : void
expectWarning()  : void
expectWarningMessage()  : void
expectWarningMessageMatches()  : void

Methods

expectErrorMessage()

public expectErrorMessage(string $message) : void
Parameters
$message : string

expectErrorMessageMatches()

public expectErrorMessageMatches(string $regularExpression) : void
Parameters
$regularExpression : string

expectExceptionMessageMatches()

public expectExceptionMessageMatches(string $messageRegExp) : void
Parameters
$messageRegExp : string

expectNoticeMessage()

public expectNoticeMessage(string $message) : void
Parameters
$message : string

expectNoticeMessageMatches()

public expectNoticeMessageMatches(string $regularExpression) : void
Parameters
$regularExpression : string

expectWarningMessage()

public expectWarningMessage(string $message) : void
Parameters
$message : string

expectWarningMessageMatches()

public expectWarningMessageMatches(string $regularExpression) : void
Parameters
$regularExpression : string

        
On this page

Search results