1
0
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:
Matthew Brown 2017-05-19 00:52:15 -04:00
parent 7532e32b9d
commit 4d020bcbdb
3 changed files with 0 additions and 8 deletions

View File

@ -1,7 +1,6 @@
<?php
namespace Psalm\Storage;
class MethodStorage extends FunctionLikeStorage
{
/**

View File

@ -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;

View File

@ -1,7 +1,6 @@
<?php
namespace Psalm\Tests;
use PhpParser\ParserFactory;
use Psalm\Checker\FileChecker;
use Psalm\Context;