spec\PhpSpec\Process\Prerequisites\SuitePrerequisitesSpec::let PHP 메소드

let() 공개 메소드

public let ( PhpSpec\Process\Context\ExecutionContext $executionContext )
$executionContext PhpSpec\Process\Context\ExecutionContext
    function let(ExecutionContext $executionContext)
    {
        $this->beConstructedWith($executionContext);
    }