mirror of
https://github.com/friendica/friendica
synced 2025-05-01 08:24:23 +02:00
Adapt tests
This commit is contained in:
parent
8385ee7a61
commit
3eb2abdb2a
8 changed files with 90 additions and 43 deletions
13
tests/src/Util/ImagesTest.php
Normal file
13
tests/src/Util/ImagesTest.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
namespace Friendica\Test\src\Util;
|
||||
|
||||
use Friendica\Test\MockedTest;
|
||||
|
||||
class ImagesTest extends MockedTest
|
||||
{
|
||||
public function testGetInfoFromURL()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue