Merge branch '2.8' into 3.2

* 2.8:
  typo
This commit is contained in:
Nicolas Grekas 2017-06-02 10:29:21 +02:00
commit 59751226e2
1 changed files with 0 additions and 4 deletions

View File

@ -14,13 +14,9 @@ namespace Symfony\Component\VarDumper\Tests;
use PHPUnit\Framework\TestCase;
use Symfony\Component\VarDumper\Cloner\VarCloner;
use Symfony\Component\VarDumper\Dumper\CliDumper;
<<<<<<< HEAD
use Symfony\Component\VarDumper\Test\VarDumperTestTrait;
=======
use Symfony\Component\VarDumper\Test\VarDumperTestCase;
use Twig\Environment;
use Twig\Loader\FilesystemLoader;
>>>>>>> 2.8
/**
* @author Nicolas Grekas <p@tchwork.com>