github ci

This commit is contained in:
Robin Appelman 2021-03-02 17:58:35 +01:00
commit 80a4edf0ef
9 changed files with 144 additions and 6 deletions

View file

@ -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'),