mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
Improve phpdoc
This commit is contained in:
parent
451cce0626
commit
5c48e22929
5 changed files with 127 additions and 42 deletions
|
|
@ -133,7 +133,6 @@ class Share extends \PHPUnit_Framework_TestCase {
|
|||
|
||||
foreach ($names as $name) {
|
||||
$this->share->mkdir($this->root . '/' . $name);
|
||||
$this->share->connect();
|
||||
$dir = $this->share->dir($this->root);
|
||||
$this->assertArrayHasKey($name, $dir);
|
||||
$this->assertEquals('dir', $dir[$name]['type']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue