Skip to content

Commit

Permalink
Order imports at SonataAdminExtensionTest
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Jan 16, 2018
1 parent c4ba94e commit 138040c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Twig/Extension/SonataAdminExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
use Sonata\AdminBundle\Exception\NoValueException;
use Sonata\AdminBundle\Tests\Fixtures\Entity\FooToString;
use Sonata\AdminBundle\Twig\Extension\SonataAdminExtension;
use Symfony\Bridge\Twig\AppVariable;
use Symfony\Bridge\Twig\Extension\RoutingExtension;
use Symfony\Bridge\Twig\Extension\TranslationExtension;
use Symfony\Bridge\Twig\Tests\Extension\Fixtures\StubFilesystemLoader;
Expand All @@ -34,7 +35,6 @@
use Symfony\Component\Translation\MessageSelector;
use Symfony\Component\Translation\Translator;
use Symfony\Component\Translation\TranslatorInterface;
use Symfony\Bridge\Twig\AppVariable;

/**
* Test for SonataAdminExtension.
Expand Down

0 comments on commit 138040c

Please sign in to comment.