spec\Newscoop\Installer\Services\BootstrapServiceSpec::let PHP 메소드

let() 공개 메소드

public let ( $die )
    function let($die)
    {
        $this->mustBeWritable = array('assets');
        $this->basePath = realpath(__DIR__ . '/../../../');
    }