mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Rename MockedTest to MockedTestCase
This commit is contained in:
parent
b378f5b0a7
commit
1d177ed907
51 changed files with 99 additions and 117 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue