Documentation

PHPUnit_Framework_SkippedTestSuiteError extends PHPUnit_Framework_AssertionFailedError
in package
implements PHPUnit_Framework_SkippedTest

Extension to PHPUnit_Framework_AssertionFailedError to mark the special case of a skipped test suite.

Tags
since

Class available since Release 3.1.0

Interfaces, Classes and Traits

PHPUnit_Framework_SkippedTest
A marker interface for marking a unit test as being skipped.

Table of Contents

$serializableTrace  : array<string|int, mixed>
__construct()  : mixed
__sleep()  : mixed
__toString()  : string
getSerializableTrace()  : array<string|int, mixed>
Returns the serializable trace (without 'args').
toString()  : string
Wrapper for getMessage() which is declared as final.

Properties

$serializableTrace

protected array<string|int, mixed> $serializableTrace

Methods

__construct()

public __construct([mixed $message = '' ], mixed $code[, Exception $previous = null ]) : mixed
Parameters
$message : mixed = ''
$code : mixed
$previous : Exception = null
Return values
mixed

__sleep()

public __sleep() : mixed
Return values
mixed

__toString()

public __toString() : string
Return values
string

getSerializableTrace()

Returns the serializable trace (without 'args').

public getSerializableTrace() : array<string|int, mixed>
Return values
array<string|int, mixed>

toString()

Wrapper for getMessage() which is declared as final.

public toString() : string
Return values
string

Search results