mirror of
https://github.com/friendica/friendica
synced 2025-05-10 17:44:09 +02:00
rename FixtureTest to FixtureTestCase
This commit is contained in:
parent
ee579280c7
commit
42b543cd24
25 changed files with 49 additions and 49 deletions
|
@ -10,11 +10,11 @@ namespace Friendica\Test\src\Content\Text;
|
|||
use Exception;
|
||||
use Friendica\Content\Text\HTML;
|
||||
use Friendica\Network\HTTPException\InternalServerErrorException;
|
||||
use Friendica\Test\FixtureTest;
|
||||
use Friendica\Test\FixtureTestCase;
|
||||
use GuzzleHttp\Psr7\Uri;
|
||||
use Psr\Http\Message\UriInterface;
|
||||
|
||||
class HTMLTest extends FixtureTest
|
||||
class HTMLTest extends FixtureTestCase
|
||||
{
|
||||
public function dataHTML()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue