public function PHPUnit_Framework_Exception::__sleep in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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));
}