Rename MockedTest to MockedTestCase

This commit is contained in:
Art4 2024-12-11 22:45:17 +00:00
parent b378f5b0a7
commit 1d177ed907
51 changed files with 99 additions and 117 deletions

View file

@ -7,16 +7,15 @@
namespace Friendica\Test\src\Util;
use Friendica\Test\MockedTest;
use Friendica\Test\MockedTestCase;
use Friendica\Test\Util\HTTPInputDataDouble;
use Friendica\Util\HTTPInputData;
/**
* Testing HTTPInputData
*
* @see HTTPInputData
*/
class HTTPInputDataTest extends MockedTest
class HTTPInputDataTest extends MockedTestCase
{
/**
* Returns the data stream for the unit test