Skip to content

Instantly share code, notes, and snippets.

@colindecarlo
Created May 23, 2012 03:17
Show Gist options
  • Save colindecarlo/2773074 to your computer and use it in GitHub Desktop.
Save colindecarlo/2773074 to your computer and use it in GitHub Desktop.
the TestableFile subclass
<?php
class TestableFile extends File
{
public function _persistWrapper()
{
$this->_persist();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment