mirror of
https://github.com/friendica/friendica
synced 2025-04-23 20:30:10 +00:00
Cleanup tests
- Remove DBAMockTrait - Remove DBStructureMockTrait
This commit is contained in:
parent
493b428991
commit
ef1e2ce77e
5 changed files with 82 additions and 532 deletions
|
@ -30,8 +30,6 @@ use Friendica\Core\L10n;
|
|||
use Friendica\Core\Logger;
|
||||
use Friendica\Database\Database;
|
||||
use Friendica\DI;
|
||||
use Friendica\Test\Util\DBAMockTrait;
|
||||
use Friendica\Test\Util\DBStructureMockTrait;
|
||||
use Friendica\Test\Util\RendererMockTrait;
|
||||
use Friendica\Test\Util\VFSTrait;
|
||||
use Friendica\Util\Logger\VoidLogger;
|
||||
|
@ -43,8 +41,6 @@ use org\bovigo\vfs\vfsStreamFile;
|
|||
class AutomaticInstallationConsoleTest extends ConsoleTest
|
||||
{
|
||||
use VFSTrait;
|
||||
use DBAMockTrait;
|
||||
use DBStructureMockTrait;
|
||||
use RendererMockTrait;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue