Acacha\Llum\Tests\LlumRCParserTest::createsampleRCFile PHP Method

createsampleRCFile() protected method

create sample RC file from stub.
protected createsampleRCFile ( )
    protected function createsampleRCFile()
    {
        copy(__DIR__ . '/stubs/llumrc.stub', getenv("HOME") . '/.llumrc');
    }