]> git.mxchange.org Git - friendica.git/commitdiff
Fix namespace for DiceContainer test
authorArt4 <art4@wlabs.de>
Thu, 9 Jan 2025 19:53:47 +0000 (19:53 +0000)
committerArt4 <art4@wlabs.de>
Thu, 9 Jan 2025 19:53:47 +0000 (19:53 +0000)
tests/Unit/Core/DiceContainerTest.php

index 93e688c4247d0c23dab51104814a39525cf32aa6..85d64de7282cdd87186a1a2a27e1d806cac57d53 100644 (file)
@@ -7,7 +7,7 @@
 
 declare(strict_types=1);
 
-namespace Core;
+namespace Friendica\Test\Unit\Core;
 
 use Friendica\Core\Container;
 use Friendica\Core\DiceContainer;