Skip to content

Commit

Permalink
Adding overlooked use statement
Browse files Browse the repository at this point in the history
Added import of TokenInterface class
  • Loading branch information
ReservedDeveloper committed Jun 26, 2014
1 parent 2629a5d commit c6a0078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Test/WebTestCase.php
Expand Up @@ -21,6 +21,7 @@
use Symfony\Component\ClassLoader\DebugClassLoader;
use Symfony\Component\DomCrawler\Crawler;
use Symfony\Component\BrowserKit\Cookie;
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
use Symfony\Component\Security\Core\User\UserInterface;
use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;
use Symfony\Component\DependencyInjection\ContainerInterface;
Expand Down

0 comments on commit c6a0078

Please sign in to comment.