From 52d5d0d55f6f979e66f1df045b825e8ae263aca4 Mon Sep 17 00:00:00 2001 From: Tim Nagel Date: Mon, 11 Nov 2013 13:21:36 +1100 Subject: [PATCH] Remove incorrect copyright header --- Tests/Doctrine/ORM/ElasticaToModelTransformerTest.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Tests/Doctrine/ORM/ElasticaToModelTransformerTest.php b/Tests/Doctrine/ORM/ElasticaToModelTransformerTest.php index c35b9fc..14f3ffb 100644 --- a/Tests/Doctrine/ORM/ElasticaToModelTransformerTest.php +++ b/Tests/Doctrine/ORM/ElasticaToModelTransformerTest.php @@ -1,17 +1,7 @@ - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - namespace FOS\ElasticaBundle\Tests\Doctrine\ORM; -use Doctrine\ORM\QueryBuilder; use FOS\ElasticaBundle\Doctrine\ORM\ElasticaToModelTransformer; class ElasticaToModelTransformerTest extends \PHPUnit_Framework_TestCase