We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a82921 commit 947dcbbCopy full SHA for 947dcbb
1 file changed
tests/lib/Archive/TestBase.php
@@ -139,11 +139,9 @@ public function testMoveRemove(): void {
139
$this->assertFalse($this->instance->fileExists('target.txt'));
140
}
141
public function testRecursive(): void {
142
- $dir = \OC::$SERVERROOT . '/tests/data';
+ $dir = \OC::$SERVERROOT . '/tests/data/themes';
143
$this->instance = $this->getNew();
144
$this->instance->addRecursive('/dir', $dir);
145
- $this->assertTrue($this->instance->fileExists('/dir/lorem.txt'));
146
- $this->assertTrue($this->instance->fileExists('/dir/data.zip'));
147
- $this->assertTrue($this->instance->fileExists('/dir/data.tar.gz'));
+ $this->assertTrue($this->instance->fileExists('/dir/abc/apps/files/l10n/zz.json'));
148
149
0 commit comments