Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
Fix some namespace issues in the tests directory
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdto committed Apr 9, 2020
1 parent d0585d4 commit 809f8d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/

namespace Sensio\Bundle\FrameworkExtraBundle\Tests\DependencyInjection;
namespace Sensio\Bundle\FrameworkExtraBundle\Tests\DependencyInjection\Compiler;

use Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\Compiler\AddExpressionLanguageProvidersPass;
use Symfony\Component\DependencyInjection\ContainerBuilder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/

namespace Sensio\Bundle\FrameworkExtraBundle\Tests\DependencyInjection;
namespace Sensio\Bundle\FrameworkExtraBundle\Tests\DependencyInjection\Compiler;

use Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\Compiler\AddParamConverterPass;
use Symfony\Component\DependencyInjection\ContainerBuilder;
Expand Down

0 comments on commit 809f8d5

Please sign in to comment.