mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
Split off connection code to a seperate class
This commit is contained in:
parent
89cb5a2104
commit
37fbf43f7d
3 changed files with 81 additions and 44 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue