mirror of
https://github.com/friendica/friendica
synced 2025-04-27 07:10:12 +00: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\Core;
|
||||
|
||||
use Friendica\Core\ACL;
|
||||
use Friendica\Test\FixtureTest;
|
||||
use Friendica\Test\FixtureTestCase;
|
||||
|
||||
class ACLTest extends FixtureTest
|
||||
class ACLTest extends FixtureTestCase
|
||||
{
|
||||
/**
|
||||
* Test the ACL::isValidContact() function.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue