]> git.mxchange.org Git - friendica.git/commitdiff
Fix unit tests
authorArt4 <art4@wlabs.de>
Thu, 15 May 2025 13:26:34 +0000 (13:26 +0000)
committerArt4 <art4@wlabs.de>
Thu, 15 May 2025 13:26:34 +0000 (13:26 +0000)
tests/Unit/Core/Addon/AddonManagerHelperTest.php

index 0008f806928ca241dbee8958b3719fa43855f2d8..f4118503f75059089eb5a6ca4c2b25a2329d160e 100644 (file)
@@ -120,7 +120,7 @@ class AddonManagerHelperTest extends TestCase
                );
 
                $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');
        }