mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-10 20:54:26 +02:00
Merge branch 'rework-addon-class' into deprecate-addonloader
This commit is contained in:
commit
4f4f7f8a64
2 changed files with 6 additions and 1 deletions
|
@ -212,6 +212,9 @@ class AddonManagerHelperTest extends TestCase
|
|||
$root = vfsStream::setup(__FUNCTION__ . '_addons', 0777, [
|
||||
'helloaddon' => [
|
||||
'helloaddon.php' => '<?php',
|
||||
],
|
||||
'.hidden' => [
|
||||
'.hidden.php' => 'This folder should be ignored',
|
||||
]
|
||||
]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue