This commit is contained in:
Philipp Holzer 2021-10-10 22:45:25 +02:00
commit f273c27e3b
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
7 changed files with 99 additions and 10 deletions

View file

@ -0,0 +1,9 @@
<?php
namespace Friendica\Test\Util;
use Friendica\BaseCollection;
class CollectionDouble extends BaseCollection
{
}