private property PHPUnit_Framework_Constraint_Callback::$callback in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/src/Framework/Constraint/Callback.php \PHPUnit_Framework_Constraint_Callback::callback
File
- vendor/
phpunit/ phpunit/ src/ Framework/ Constraint/ Callback.php, line 16
Class
- PHPUnit_Framework_Constraint_Callback
- Constraint that evaluates against a specified closure.
Code
private $callback;