You are here

public function PHPUnit_Framework_Exception::__sleep in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Framework/Exception.php \PHPUnit_Framework_Exception::__sleep()

File

vendor/phpunit/phpunit/src/Framework/Exception.php, line 74

Class

PHPUnit_Framework_Exception
Base class for all PHPUnit Framework exceptions.

Code

public function __sleep() {
  return array_keys(get_object_vars($this));
}