Add UnitTest for Container

This commit is contained in:
Philipp 2025-01-05 22:48:24 +01:00
parent 2238ea8d52
commit 560bf345da
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
4 changed files with 53 additions and 1 deletions

View file

@ -5,6 +5,8 @@
//
// SPDX-License-Identifier: AGPL-3.0-or-later
declare(strict_types = 1);
namespace Friendica\Core;
use Dice\Dice;