mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
github ci
This commit is contained in:
parent
58f6df3807
commit
80a4edf0ef
9 changed files with 144 additions and 6 deletions
|
|
@ -72,6 +72,11 @@ class NotifyHandlerTest extends TestCase {
|
|||
} catch (RevisionMismatchException $e) {
|
||||
$this->markTestSkipped("notify not supported with configured smb version");
|
||||
}
|
||||
|
||||
$changes = array_filter($changes, function (Change $change) {
|
||||
return $change->getPath()[0] !== '.';
|
||||
});
|
||||
|
||||
$process->stop();
|
||||
$expected = [
|
||||
new Change(INotifyHandler::NOTIFY_ADDED, 'source.txt'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue