spec\Newscoop\Installer\Services\BootstrapServiceSpec::it_checks_if_it_can_make_directory_writable PHP Method

it_checks_if_it_can_make_directory_writable() public method

    function it_checks_if_it_can_make_directory_writable()
    {
        $this->makeDirectoriesWritable()->shouldReturn(true);
    }