mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 01:34:31 +02:00
rename FixtureTest to FixtureTestCase
This commit is contained in:
parent
ee579280c7
commit
42b543cd24
25 changed files with 49 additions and 49 deletions
|
@ -8,9 +8,9 @@
|
|||
namespace Friendica\Test\src\Navigation\Notifications\Entity;
|
||||
|
||||
use Friendica\Navigation\Notifications\Entity\Notify;
|
||||
use Friendica\Test\FixtureTest;
|
||||
use Friendica\Test\FixtureTestCase;
|
||||
|
||||
class NotifyTest extends FixtureTest
|
||||
class NotifyTest extends FixtureTestCase
|
||||
{
|
||||
public function dataFormatNotify(): array
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue