\PHPUnit_Framework_InvalidCoversTargetException

  • Author: Sebastian Bergmann <sebastian@phpunit.de>
  • Copyright: 2001-2014 Sebastian Bergmann <sebastian@phpunit.de>
  • License: http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License

Synopsis

class PHPUnit_Framework_InvalidCoversTargetException extends PHPUnit_Framework_CodeCoverageException {
  • // 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;
}

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_Exception

public

Inherited from RuntimeException

public

Inherited from Exception

public

History