14 lines
160 B
PHP
14 lines
160 B
PHP
|
<?php
|
||
|
|
||
|
namespace Friendica\Test\src\Util;
|
||
|
|
||
|
use Friendica\Test\MockedTest;
|
||
|
|
||
|
class ImagesTest extends MockedTest
|
||
|
{
|
||
|
public function testGetInfoFromURL()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|