Closed
Description
In the following example (derived from an atoum test), $service
is reported as being undefined.
$this->given(
$service = new Service(),
$service->something()
);
In the following example (derived from an atoum test), $service
is reported as being undefined.
$this->given(
$service = new Service(),
$service->something()
);