Update AddFlashRectorTest.php

fix wrong namespace
This commit is contained in:
Marek Šimeček 2018-02-05 10:27:06 +01:00 committed by GitHub
parent 13eab84dca
commit 67cbc909f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
<?php declare(strict_types=1);
namespace Rector\Tests\Rector\Contrib\Symfony\Controller\RedirectToRouteRector;
namespace Rector\Tests\Rector\Contrib\Symfony\Controller\AddFlashRector;
use Rector\Rector\Contrib\Symfony\Controller\AddFlashRector;
use Rector\Testing\PHPUnit\AbstractRectorTestCase;