mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 12:34:27 +02:00
Remove unused import statements
This commit is contained in:
parent
5caa3b13e6
commit
d4697a17a3
8 changed files with 0 additions and 12 deletions
|
@ -13,7 +13,6 @@ use Friendica\Console\AutomaticInstallation;
|
|||
use Friendica\Core\Config\ValueObject\Cache;
|
||||
use Friendica\Core\Installer;
|
||||
use Friendica\Core\L10n;
|
||||
use Friendica\Core\Logger;
|
||||
use Friendica\Database\Database;
|
||||
use Friendica\DI;
|
||||
use Friendica\Test\ConsoleTestCase;
|
||||
|
@ -23,7 +22,6 @@ use Mockery;
|
|||
use Mockery\MockInterface;
|
||||
use org\bovigo\vfs\vfsStream;
|
||||
use org\bovigo\vfs\vfsStreamFile;
|
||||
use Psr\Log\NullLogger;
|
||||
|
||||
class AutomaticInstallationConsoleTest extends ConsoleTestCase
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue