Split off connection code to a seperate class

This commit is contained in:
Robin Appelman 2013-03-03 22:20:01 +01:00
commit 37fbf43f7d
3 changed files with 81 additions and 44 deletions

View file

@ -24,7 +24,7 @@ class Test extends PHPUnit_Framework_TestCase {
}
public function tearDown() {
// $this->share->rmdir($this->root);
$this->share->rmdir($this->root);
}
public function testDirectory() {