Adapt tests

This commit is contained in:
Philipp
2021-08-23 15:47:41 +02:00
parent 8385ee7a61
commit 3eb2abdb2a
8 changed files with 90 additions and 43 deletions

View File

@@ -0,0 +1,13 @@
<?php
namespace Friendica\Test\src\Util;
use Friendica\Test\MockedTest;
class ImagesTest extends MockedTest
{
public function testGetInfoFromURL()
{
}
}