]> git.mxchange.org Git - friendica.git/blob - tests/src/Util/ImagesTest.php
Adapt tests
[friendica.git] / tests / src / Util / ImagesTest.php
1 <?php
2
3 namespace Friendica\Test\src\Util;
4
5 use Friendica\Test\MockedTest;
6
7 class ImagesTest extends MockedTest
8 {
9         public function testGetInfoFromURL()
10         {
11
12         }
13 }