DotsUnited\BundleFu\Tests\TestCase::appendToFile PHP Method

appendToFile() protected method

protected appendToFile ( $filename, $content )
    protected function appendToFile($filename, $content)
    {
        $this->assertFileExists($filename);
        file_put_contents($filename, $content, FILE_APPEND);
    }