\PHPUnit_Framework_SkippedTestError

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

Synopsis

class PHPUnit_Framework_SkippedTestError extends PHPUnit_Framework_AssertionFailedError implements PHPUnit_Framework_SkippedTest {
  • // Inherited members from PHPUnit_Framework_Exception
  • protected array $serializableTrace;
  • // Inherited members from RuntimeException
  • protected  $message;
  • protected  $code;
  • protected  $file;
  • protected  $line;
  • // Inherited members from Exception
  • protected  $message;
  • protected  $code;
  • protected  $file;
  • protected  $line;
  • // Inherited methods from PHPUnit_Framework_AssertionFailedError
  • public string toString()
}

Hierarchy

Members

protected

  • $code — int
    The exception code
  • $code — int
    The exception code
  • $file — string
    The filename where the exception was created
  • $file — string
    The filename where the exception was created
  • $line — int
    The line where the exception was created
  • $line — int
    The line where the exception was created
  • $message — string
    The exception message
  • $message — string
    The exception message
  • $serializableTrace — array

Methods

Inherited from PHPUnit_Framework_AssertionFailedError

public

  • toString() — Wrapper for getMessage() which is declared as final.

Inherited from PHPUnit_Framework_Exception

public

Inherited from RuntimeException

public

Inherited from Exception

public

History