You are here

private property PHPUnit_Framework_Constraint_Callback::$callback in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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;