mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Remove unnecessary imports in tests
This commit is contained in:
parent
7532e32b9d
commit
4d020bcbdb
@ -1,7 +1,6 @@
|
||||
<?php
|
||||
namespace Psalm\Storage;
|
||||
|
||||
|
||||
class MethodStorage extends FunctionLikeStorage
|
||||
{
|
||||
/**
|
||||
|
@ -1,12 +1,6 @@
|
||||
<?php
|
||||
namespace Psalm\Tests;
|
||||
|
||||
use PhpParser\ParserFactory;
|
||||
use PHPUnit_Framework_TestCase;
|
||||
use Psalm\Checker\FileChecker;
|
||||
use Psalm\Config;
|
||||
use Psalm\Context;
|
||||
|
||||
class Php56Test extends TestCase
|
||||
{
|
||||
use Traits\FileCheckerValidCodeParseTestTrait;
|
||||
|
@ -1,7 +1,6 @@
|
||||
<?php
|
||||
namespace Psalm\Tests;
|
||||
|
||||
use PhpParser\ParserFactory;
|
||||
use Psalm\Checker\FileChecker;
|
||||
use Psalm\Context;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user