File
- drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/ClosureExpressionVisitorTest.php, line 182
Class
- TestObject
Namespace
Doctrine\Tests\Common\Collections
Code
public function __construct($foo = null, $bar = null) {
$this->foo = $foo;
$this->bar = $bar;
}