mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 21:44:26 +02:00
Fix unit tests
This commit is contained in:
parent
1428085c4b
commit
9870fbf84f
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class AddonManagerHelperTest extends TestCase
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->expectException(AddonInvalidConfigFileException::class);
|
$this->expectException(AddonInvalidConfigFileException::class);
|
||||||
$this->expectExceptionMessageMatches('^#Error loading config file .+/helloaddon/static/dependencies\.config\.php#$');
|
$this->expectExceptionMessageMatches('#Error loading config file .+/helloaddon/static/dependencies\.config\.php#');
|
||||||
|
|
||||||
$addonManagerHelper->getAddonDependencyConfig('helloaddon');
|
$addonManagerHelper->getAddonDependencyConfig('helloaddon');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue