Skip to content
Snippets Groups Projects
Commit eebdf968 authored by Vadim Justus's avatar Vadim Justus
Browse files

TDMET-5 fix static tests issues

parent 28450133
Branches
Tags
1 merge request!42TDMET-5 Introduce automated testing with TD internal CI system
Pipeline #28136 passed
......@@ -81,7 +81,8 @@ class InstallMediaFilesTest extends TestCase
*/
private function getChildDirectoryUrl(string $name): string
{
return $this->fileSystem->getChild($name)->url();
// workaround because getChild-Method is not allowed via static tests
return 'vfs://root/' . $name;
}
protected function initEntries()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment