]> git.mxchange.org Git - friendica.git/commitdiff
Fix namespace in tests
authorArt4 <art4@wlabs.de>
Wed, 5 Feb 2025 19:39:35 +0000 (19:39 +0000)
committerArt4 <art4@wlabs.de>
Wed, 5 Feb 2025 19:39:35 +0000 (19:39 +0000)
tests/Unit/Core/Addon/AddonInfoTest.php

index 8181dc3daf417d7a428200b1185e9454f78652f2..a8e007b50aa4058828379e7da761fb624cdd60cc 100644 (file)
@@ -7,7 +7,7 @@
 
 declare(strict_types=1);
 
-namespace Friendica\Test\Unit\Core;
+namespace Friendica\Test\Unit\Core\Addon;
 
 use Friendica\Core\Addon\AddonInfo;
 use PHPUnit\Framework\TestCase;