spec\PhpSpec\Process\Context\JsonExecutionContextSpec::let PHP Method

let() public method

public let ( )
    function let()
    {
        $this->beConstructedThrough('fromEnv', array(array('PHPSPEC_EXECUTION_CONTEXT' => '{"generated-types":[]}')));
    }