You are here

function AggregateExceptionSpec::let in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpspec/prophecy/spec/Prophecy/Exception/Prediction/AggregateExceptionSpec.php \spec\Prophecy\Exception\Prediction\AggregateExceptionSpec::let()

File

vendor/phpspec/prophecy/spec/Prophecy/Exception/Prediction/AggregateExceptionSpec.php, line 9

Class

AggregateExceptionSpec

Namespace

spec\Prophecy\Exception\Prediction

Code

function let() {
  $this
    ->beConstructedWith(null);
}