You are here

function CallSpec::let in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpspec/prophecy/spec/Prophecy/Call/CallSpec.php \spec\Prophecy\Call\CallSpec::let()

Parameters

\Exception $exception:

File

vendor/phpspec/prophecy/spec/Prophecy/Call/CallSpec.php, line 12

Class

CallSpec

Namespace

spec\Prophecy\Call

Code

function let($exception) {
  $this
    ->beConstructedWith('setValues', array(
    5,
    2,
  ), 42, $exception, 'some_file.php', 23);
}