mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 19:24:28 +02:00
Rename LockTest to LockTestCase
This commit is contained in:
parent
a676e738e0
commit
75632a1490
8 changed files with 22 additions and 14 deletions
|
@ -8,9 +8,10 @@
|
|||
namespace Friendica\Test\src\Core\Lock;
|
||||
|
||||
use Friendica\Core\Lock\Type\DatabaseLock;
|
||||
use Friendica\Test\LockTestCase;
|
||||
use Friendica\Test\Util\CreateDatabaseTrait;
|
||||
|
||||
class DatabaseLockDriverTest extends LockTest
|
||||
class DatabaseLockDriverTest extends LockTestCase
|
||||
{
|
||||
use CreateDatabaseTrait;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue