public function Issue244ExceptionIntCode::__construct in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/tests/Regression/GitHub/244/Issue244Test.php \Issue244ExceptionIntCode::__construct()
File
- vendor/
phpunit/ phpunit/ tests/ Regression/ GitHub/ 244/ Issue244Test.php, line 51
Class
Code
public function __construct() {
$this->code = 123;
}