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
expectError()
public
expectError() : void
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
expectNotice()
public
expectNotice() : void
expectNoticeMessage()
public
expectNoticeMessage(string $message) : void
Parameters
- $message : string
expectNoticeMessageMatches()
public
expectNoticeMessageMatches(string $regularExpression) : void
Parameters
- $regularExpression : string
expectWarning()
public
expectWarning() : void
expectWarningMessage()
public
expectWarningMessage(string $message) : void
Parameters
- $message : string
expectWarningMessageMatches()
public
expectWarningMessageMatches(string $regularExpression) : void
Parameters
- $regularExpression : string